Loogle!
Result
Found 218 declarations mentioning IsUltrametricDist. Of these, only the first 200 are shown.
- IsUltrametricDist π Mathlib.Topology.MetricSpace.Ultra.Basic
(X : Type u_2) [Dist X] : Prop - IsUltrametricDist.isClopen_ball π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) (r : β) : IsClopen (Metric.ball x r) - IsUltrametricDist.isClosed_ball π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) (r : β) : IsClosed (Metric.ball x r) - IsUltrametricDist.subtype π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (p : X β Prop) : IsUltrametricDist (Subtype p) - IsUltrametricDist.dist_triangle_max π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_2} {instβ : Dist X} [self : IsUltrametricDist X] (x y z : X) : dist x z β€ max (dist x y) (dist y z) - IsUltrametricDist.frontier_ball_eq_empty π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) (r : β) : frontier (Metric.ball x r) = β - IsUltrametricDist.mk π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_2} [Dist X] (dist_triangle_max : β (x y z : X), dist x z β€ max (dist x y) (dist y z)) : IsUltrametricDist X - IsUltrametricDist.isClopen_closedBall π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) {r : β} (hr : r β 0) : IsClopen (Metric.closedBall x r) - IsUltrametricDist.isClopen_sphere π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) {r : β} (hr : r β 0) : IsClopen (Metric.sphere x r) - IsUltrametricDist.isOpen_closedBall π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) {r : β} (hr : r β 0) : IsOpen (Metric.closedBall x r) - IsUltrametricDist.isOpen_sphere π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) {r : β} (hr : r β 0) : IsOpen (Metric.sphere x r) - IsUltrametricDist.ball_eq_of_mem π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] {x y : X} {r : β} (h : y β Metric.ball x r) : Metric.ball x r = Metric.ball y r - IsUltrametricDist.closedBall_eq_of_mem π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] {x y : X} {r : β} (h : y β Metric.closedBall x r) : Metric.closedBall x r = Metric.closedBall y r - dist_triangle_max π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x y z : X) : dist x z β€ max (dist x y) (dist y z) - IsUltrametricDist.frontier_closedBall_eq_empty π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x : X) {r : β} (hr : r β 0) : frontier (Metric.closedBall x r) = β - IsUltrametricDist.dist_eq_max_of_dist_ne_dist π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x y z : X) (h : dist x y β dist y z) : dist x z = max (dist x y) (dist y z) - IsUltrametricDist.ball_eq_or_disjoint π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x y : X) (r : β) : Metric.ball x r = Metric.ball y r β¨ Disjoint (Metric.ball x r) (Metric.ball y r) - IsUltrametricDist.closedBall_eq_or_disjoint π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x y : X) (r : β) : Metric.closedBall x r = Metric.closedBall y r β¨ Disjoint (Metric.closedBall x r) (Metric.closedBall y r) - IsUltrametricDist.ball_subset_trichotomy π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x y : X) (r s : β) : Metric.ball x r β Metric.ball y s β¨ Metric.ball y s β Metric.ball x r β¨ Disjoint (Metric.ball x r) (Metric.ball y s) - IsUltrametricDist.closedBall_subset_trichotomy π Mathlib.Topology.MetricSpace.Ultra.Basic
{X : Type u_1} [PseudoMetricSpace X] [IsUltrametricDist X] (x y : X) (r s : β) : Metric.closedBall x r β Metric.closedBall y s β¨ Metric.closedBall y s β Metric.closedBall x r β¨ Disjoint (Metric.closedBall x r) (Metric.closedBall y s) - IsUltrametricDist.nonarchimedeanAddGroup π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} [SeminormedAddCommGroup M] [IsUltrametricDist M] : NonarchimedeanAddGroup M - IsUltrametricDist.nonarchimedeanGroup π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} [SeminormedCommGroup M] [IsUltrametricDist M] : NonarchimedeanGroup M - IsUltrametricDist.isUltrametricDist_of_isNonarchimedean_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{S' : Type u_3} [SeminormedAddGroup S'] (h : IsNonarchimedean nnnorm) : IsUltrametricDist S' - IsUltrametricDist.isUltrametricDist_of_isNonarchimedean_norm π Mathlib.Analysis.Normed.Group.Ultra
{S' : Type u_3} [SeminormedAddGroup S'] (h : IsNonarchimedean norm) : IsUltrametricDist S' - IsUltrametricDist.isNonarchimedean_norm π Mathlib.Analysis.Normed.Group.Ultra
{R : Type u_3} [SeminormedAddCommGroup R] [IsUltrametricDist R] : IsNonarchimedean fun x => βxβ - IsUltrametricDist.ball_openAddSubgroup π Mathlib.Analysis.Normed.Group.Ultra
(S : Type u_1) [SeminormedAddGroup S] [IsUltrametricDist S] {r : β} (hr : 0 < r) : OpenAddSubgroup S - IsUltrametricDist.ball_openSubgroup π Mathlib.Analysis.Normed.Group.Ultra
(S : Type u_1) [SeminormedGroup S] [IsUltrametricDist S] {r : β} (hr : 0 < r) : OpenSubgroup S - IsUltrametricDist.closedBall_openAddSubgroup π Mathlib.Analysis.Normed.Group.Ultra
(S : Type u_1) [SeminormedAddGroup S] [IsUltrametricDist S] {r : β} (hr : 0 < r) : OpenAddSubgroup S - IsUltrametricDist.closedBall_openSubgroup π Mathlib.Analysis.Normed.Group.Ultra
(S : Type u_1) [SeminormedGroup S] [IsUltrametricDist S] {r : β} (hr : 0 < r) : OpenSubgroup S - IsUltrametricDist.isUltrametricDist_iff_isNonarchimedean_norm π Mathlib.Analysis.Normed.Group.Ultra
{R : Type u_3} [SeminormedAddCommGroup R] : IsUltrametricDist R β IsNonarchimedean fun x => βxβ - IsUltrametricDist.isNonarchimedean_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{R : Type u_3} [SeminormedAddCommGroup R] [IsUltrametricDist R] : IsNonarchimedean fun x => ββxββ - IsUltrametricDist.isUltrametricDist_iff_isNonarchimedean_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{R : Type u_3} [SeminormedAddCommGroup R] : IsUltrametricDist R β IsNonarchimedean fun x => ββxββ - IsUltrametricDist.norm_zpow_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x : S) (z : β€) : βx ^ zβ β€ βxβ - IsUltrametricDist.norm_zsmul_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x : S) (z : β€) : βz β’ xβ β€ βxβ - IsUltrametricDist.norm_nsmul_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x : S) (n : β) : βn β’ xβ β€ βxβ - IsUltrametricDist.norm_pow_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x : S) (n : β) : βx ^ nβ β€ βxβ - IsUltrametricDist.nnnorm_zpow_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x : S) (z : β€) : βx ^ zββ β€ βxββ - IsUltrametricDist.nnnorm_zsmul_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x : S) (z : β€) : βz β’ xββ β€ βxββ - IsUltrametricDist.nnnorm_nsmul_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x : S) (n : β) : βn β’ xββ β€ βxββ - IsUltrametricDist.nnnorm_pow_le π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x : S) (n : β) : βx ^ nββ β€ βxββ - Finset.Nonempty.norm_prod_le_sup'_norm π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} (hs : s.Nonempty) (f : ΞΉ β M) : ββ i β s, f iβ β€ s.sup' hs fun x => βf xβ - Finset.Nonempty.norm_sum_le_sup'_norm π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} (hs : s.Nonempty) (f : ΞΉ β M) : ββ i β s, f iβ β€ s.sup' hs fun x => βf xβ - IsUltrametricDist.norm_tprod_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] (f : ΞΉ β M) : ββ' (i : ΞΉ), f iβ β€ β¨ i, βf iβ - IsUltrametricDist.norm_tsum_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] (f : ΞΉ β M) : ββ' (i : ΞΉ), f iβ β€ β¨ i, βf iβ - IsUltrametricDist.isUltrametricDist_of_forall_norm_add_le_max_norm π Mathlib.Analysis.Normed.Group.Ultra
{S' : Type u_2} [SeminormedAddGroup S'] (h : β (x y : S'), βx + yβ β€ max βxβ βyβ) : IsUltrametricDist S' - IsUltrametricDist.isUltrametricDist_of_forall_norm_mul_le_max_norm π Mathlib.Analysis.Normed.Group.Ultra
{S' : Type u_2} [SeminormedGroup S'] (h : β (x y : S'), βx * yβ β€ max βxβ βyβ) : IsUltrametricDist S' - IsUltrametricDist.norm_add_le_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x y : S) : βx + yβ β€ max βxβ βyβ - IsUltrametricDist.norm_mul_le_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x y : S) : βx * yβ β€ max βxβ βyβ - Finset.nnnorm_prod_le_sup_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] (s : Finset ΞΉ) (f : ΞΉ β M) : ββ i β s, f iββ β€ s.sup fun x => βf xββ - Finset.nnnorm_sum_le_sup_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] (s : Finset ΞΉ) (f : ΞΉ β M) : ββ i β s, f iββ β€ s.sup fun x => βf xββ - IsUltrametricDist.norm_tprod_le_of_forall_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] [Nonempty ΞΉ] {f : ΞΉ β M} {C : β} (h : β (i : ΞΉ), βf iβ β€ C) : ββ' (i : ΞΉ), f iβ β€ C - IsUltrametricDist.norm_tsum_le_of_forall_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] [Nonempty ΞΉ] {f : ΞΉ β M} {C : β} (h : β (i : ΞΉ), βf iβ β€ C) : ββ' (i : ΞΉ), f iβ β€ C - IsUltrametricDist.exists_norm_finsetProd_le_of_nonempty π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {t : Finset ΞΉ} (ht : t.Nonempty) (f : ΞΉ β M) : β i β t, ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.exists_norm_finsetSum_le_of_nonempty π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {t : Finset ΞΉ} (ht : t.Nonempty) (f : ΞΉ β M) : β i β t, ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.exists_norm_finset_prod_le_of_nonempty π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {t : Finset ΞΉ} (ht : t.Nonempty) (f : ΞΉ β M) : β i β t, ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.exists_norm_finset_sum_le_of_nonempty π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {t : Finset ΞΉ} (ht : t.Nonempty) (f : ΞΉ β M) : β i β t, ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.isUltrametricDist_of_forall_nnnorm_add_le_max_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{S' : Type u_2} [SeminormedAddGroup S'] (h : β (x y : S'), βx + yββ β€ max βxββ βyββ) : IsUltrametricDist S' - IsUltrametricDist.isUltrametricDist_of_forall_nnnorm_mul_le_max_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{S' : Type u_2} [SeminormedGroup S'] (h : β (x y : S'), βx * yββ β€ max βxββ βyββ) : IsUltrametricDist S' - IsUltrametricDist.nnnorm_add_le_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x y : S) : βx + yββ β€ max βxββ βyββ - IsUltrametricDist.nnnorm_mul_le_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x y : S) : βx * yββ β€ max βxββ βyββ - IsUltrametricDist.exists_norm_finsetProd_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] (t : Finset ΞΉ) [Nonempty ΞΉ] (f : ΞΉ β M) : β i, (t.Nonempty β i β t) β§ ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.exists_norm_finsetSum_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] (t : Finset ΞΉ) [Nonempty ΞΉ] (f : ΞΉ β M) : β i, (t.Nonempty β i β t) β§ ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.exists_norm_finset_prod_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] (t : Finset ΞΉ) [Nonempty ΞΉ] (f : ΞΉ β M) : β i, (t.Nonempty β i β t) β§ ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.exists_norm_finset_sum_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] (t : Finset ΞΉ) [Nonempty ΞΉ] (f : ΞΉ β M) : β i, (t.Nonempty β i β t) β§ ββ j β t, f jβ β€ βf iβ - IsUltrametricDist.norm_prod_le_of_forall_le_of_nonempty π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} (hs : s.Nonempty) {f : ΞΉ β M} {C : β} (hC : β i β s, βf iβ β€ C) : ββ i β s, f iβ β€ C - IsUltrametricDist.norm_sum_le_of_forall_le_of_nonempty π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} (hs : s.Nonempty) {f : ΞΉ β M} {C : β} (hC : β i β s, βf iβ β€ C) : ββ i β s, f iβ β€ C - IsUltrametricDist.norm_tprod_le_of_forall_le_of_nonneg π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {f : ΞΉ β M} {C : β} (hC : 0 β€ C) (h : β (i : ΞΉ), βf iβ β€ C) : ββ' (i : ΞΉ), f iβ β€ C - IsUltrametricDist.norm_tsum_le_of_forall_le_of_nonneg π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {f : ΞΉ β M} {C : β} (hC : 0 β€ C) (h : β (i : ΞΉ), βf iβ β€ C) : ββ' (i : ΞΉ), f iβ β€ C - IsUltrametricDist.nnnorm_tprod_le_of_forall_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {f : ΞΉ β M} {C : NNReal} (h : β (i : ΞΉ), βf iββ β€ C) : ββ' (i : ΞΉ), f iββ β€ C - IsUltrametricDist.nnnorm_tsum_le_of_forall_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {f : ΞΉ β M} {C : NNReal} (h : β (i : ΞΉ), βf iββ β€ C) : ββ' (i : ΞΉ), f iββ β€ C - IsUltrametricDist.exists_norm_multiset_prod_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] (s : Multiset ΞΉ) [Nonempty ΞΉ] {f : ΞΉ β M} : β i, (s β 0 β i β s) β§ β(Multiset.map f s).prodβ β€ βf iβ - IsUltrametricDist.exists_norm_multiset_sum_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] (s : Multiset ΞΉ) [Nonempty ΞΉ] {f : ΞΉ β M} : β i, (s β 0 β i β s) β§ β(Multiset.map f s).sumβ β€ βf iβ - IsUltrametricDist.norm_add_eq_max_of_norm_ne_norm π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] {x y : S} (h : βxβ β βyβ) : βx + yβ = max βxβ βyβ - IsUltrametricDist.norm_mul_eq_max_of_norm_ne_norm π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] {x y : S} (h : βxβ β βyβ) : βx * yβ = max βxβ βyβ - IsUltrametricDist.norm_eq_of_add_norm_lt_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] {x y : S} (h : βx + yβ < max βxβ βyβ) : βxβ = βyβ - IsUltrametricDist.norm_eq_of_mul_norm_lt_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] {x y : S} (h : βx * yβ < max βxβ βyβ) : βxβ = βyβ - IsUltrametricDist.nnnorm_add_eq_max_of_nnnorm_ne_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] {x y : S} (h : βxββ β βyββ) : βx + yββ = max βxββ βyββ - IsUltrametricDist.nnnorm_mul_eq_max_of_nnnorm_ne_nnnorm π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] {x y : S} (h : βxββ β βyββ) : βx * yββ = max βxββ βyββ - IsUltrametricDist.nnnorm_tprod_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] (f : ΞΉ β M) : ββ' (i : ΞΉ), f iββ β€ β¨ i, βf iββ - IsUltrametricDist.nnnorm_tsum_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] (f : ΞΉ β M) : ββ' (i : ΞΉ), f iββ β€ β¨ i, βf iββ - IsUltrametricDist.norm_prod_le_of_forall_le_of_nonneg π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} {C : β} (h_nonneg : 0 β€ C) (hC : β i β s, βf iβ β€ C) : ββ i β s, f iβ β€ C - IsUltrametricDist.norm_sum_le_of_forall_le_of_nonneg π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} {C : β} (h_nonneg : 0 β€ C) (hC : β i β s, βf iβ β€ C) : ββ i β s, f iβ β€ C - IsUltrametricDist.nnnorm_prod_le_of_forall_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} {C : NNReal} (hC : β i β s, βf iββ β€ C) : ββ i β s, f iββ β€ C - IsUltrametricDist.nnnorm_sum_le_of_forall_le π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} {C : NNReal} (hC : β i β s, βf iββ β€ C) : ββ i β s, f iββ β€ C - IsUltrametricDist.nnnorm_eq_of_add_nnnorm_lt_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] {x y : S} (h : βx + yββ < max βxββ βyββ) : βxββ = βyββ - IsUltrametricDist.nnnorm_eq_of_mul_nnnorm_lt_max π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] {x y : S} (h : βx * yββ < max βxββ βyββ) : βxββ = βyββ - IsUltrametricDist.norm_prod_eq_sup'_of_pairwise_ne π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} (hs' : s.Nonempty) (hs : (βs).Pairwise fun i j => βf iβ β βf jβ) : ββ i β s, f iβ = s.sup' hs' fun i => βf iβ - IsUltrametricDist.norm_sum_eq_sup'_of_pairwise_ne π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} (hs' : s.Nonempty) (hs : (βs).Pairwise fun i j => βf iβ β βf jβ) : ββ i β s, f iβ = s.sup' hs' fun i => βf iβ - IsUltrametricDist.nnnorm_prod_eq_sup_of_pairwise_ne π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} (hs : (βs).Pairwise fun i j => βf iββ β βf jββ) : ββ i β s, f iββ = s.sup fun i => βf iββ - IsUltrametricDist.nnnorm_sum_eq_sup_of_pairwise_ne π Mathlib.Analysis.Normed.Group.Ultra
{M : Type u_1} {ΞΉ : Type u_2} [SeminormedAddCommGroup M] [IsUltrametricDist M] {s : Finset ΞΉ} {f : ΞΉ β M} (hs : (βs).Pairwise fun i j => βf iββ β βf jββ) : ββ i β s, f iββ = s.sup fun i => βf iββ - IsUltrametricDist.norm_div_eq_max_of_norm_div_ne_norm_div π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x y z : S) (h : βx / yβ β βy / zβ) : βx / zβ = max βx / yβ βy / zβ - IsUltrametricDist.norm_sub_eq_max_of_norm_sub_ne_norm_sub π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x y z : S) (h : βx - yβ β βy - zβ) : βx - zβ = max βx - yβ βy - zβ - IsUltrametricDist.nnnorm_div_eq_max_of_nnnorm_div_ne_nnnorm_div π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedGroup S] [IsUltrametricDist S] (x y z : S) (h : βx / yββ β βy / zββ) : βx / zββ = max βx / yββ βy / zββ - IsUltrametricDist.nnnorm_sub_eq_max_of_nnnorm_sub_ne_nnnorm_sub π Mathlib.Analysis.Normed.Group.Ultra
{S : Type u_1} [SeminormedAddGroup S] [IsUltrametricDist S] (x y z : S) (h : βx - yββ β βy - zββ) : βx - zββ = max βx - yββ βy - zββ - NormedField.toValued π Mathlib.Topology.Algebra.Valued.NormedValued
{K : Type u_1} [hK : NormedField K] [IsUltrametricDist K] : Valued K NNReal - NormedField.valuation π Mathlib.Topology.Algebra.Valued.NormedValued
{K : Type u_1} [hK : NormedField K] [IsUltrametricDist K] : Valuation K NNReal - NormedField.instRankLeOneNNRealValuation π Mathlib.Topology.Algebra.Valued.NormedValued
{K : Type u_1} [hK : NormedField K] [IsUltrametricDist K] : NormedField.valuation.RankLeOne - NormedField.instRankOneNNRealValuation π Mathlib.Topology.Algebra.Valued.NormedValued
{K : Type u_2} [NontriviallyNormedField K] [IsUltrametricDist K] : NormedField.valuation.RankOne - Valued.instIsUltrametricDist π Mathlib.Topology.Algebra.Valued.NormedValued
(L : Type u_1) [Field L] (Ξβ : Type u_2) [LinearOrderedCommGroupWithZero Ξβ] [val : Valued L Ξβ] [hv : Valued.v.RankOne] : IsUltrametricDist L - NormedField.valuation_apply π Mathlib.Topology.Algebra.Valued.NormedValued
{K : Type u_1} [hK : NormedField K] [IsUltrametricDist K] (x : K) : NormedField.valuation x = βxββ - Padic.instIsUltrametricDist π Mathlib.NumberTheory.Padics.PadicNumbers
(p : β) [Fact (Nat.Prime p)] : IsUltrametricDist β_[p] - PadicInt.instIsUltrametricDist π Mathlib.NumberTheory.Padics.PadicIntegers
(p : β) [hp : Fact (Nat.Prime p)] : IsUltrametricDist β€_[p] - IsUltrametricDist.norm_intCast_le_one π Mathlib.Analysis.Normed.Ring.Ultra
(R : Type u_1) [SeminormedRing R] [NormOneClass R] [IsUltrametricDist R] (z : β€) : ββzβ β€ 1 - IsUltrametricDist.norm_natCast_le_one π Mathlib.Analysis.Normed.Ring.Ultra
(R : Type u_1) [SeminormedRing R] [NormOneClass R] [IsUltrametricDist R] (n : β) : ββnβ β€ 1 - IsUltrametricDist.nnnorm_intCast_le_one π Mathlib.Analysis.Normed.Ring.Ultra
(R : Type u_1) [SeminormedRing R] [NormOneClass R] [IsUltrametricDist R] (z : β€) : ββzββ β€ 1 - IsUltrametricDist.nnnorm_natCast_le_one π Mathlib.Analysis.Normed.Ring.Ultra
(R : Type u_1) [SeminormedRing R] [NormOneClass R] [IsUltrametricDist R] (n : β) : ββnββ β€ 1 - IsUltrametricDist.norm_add_one_le_max_norm_one π Mathlib.Analysis.Normed.Ring.Ultra
{R : Type u_1} [SeminormedRing R] [NormOneClass R] [IsUltrametricDist R] (x : R) : βx + 1β β€ max βxβ 1 - IsUltrametricDist.nnnorm_add_one_le_max_nnnorm_one π Mathlib.Analysis.Normed.Ring.Ultra
{R : Type u_1} [SeminormedRing R] [NormOneClass R] [IsUltrametricDist R] (x : R) : βx + 1ββ β€ max βxββ 1 - IsUltrametricDist.isUltrametricDist_of_forall_norm_natCast_le_one π Mathlib.Analysis.Normed.Field.Ultra
{R : Type u_1} [NormedDivisionRing R] (h : β (n : β), ββnβ β€ 1) : IsUltrametricDist R - isUltrametricDist_iff_forall_norm_natCast_le_one π Mathlib.Analysis.Normed.Field.Ultra
{R : Type u_1} [NormedDivisionRing R] : IsUltrametricDist R β β (n : β), ββnβ β€ 1 - IsUltrametricDist.isUltrametricDist_of_forall_norm_add_one_le_max_norm_one π Mathlib.Analysis.Normed.Field.Ultra
{R : Type u_1} [NormedDivisionRing R] (h : β (x : R), βx + 1β β€ max βxβ 1) : IsUltrametricDist R - IsUltrametricDist.isUltrametricDist_of_forall_norm_add_one_of_norm_le_one π Mathlib.Analysis.Normed.Field.Ultra
{R : Type u_1} [NormedDivisionRing R] (h : β (x : R), βxβ β€ 1 β βx + 1β β€ 1) : IsUltrametricDist R - IsUltrametricDist.isUltrametricDist_of_forall_norm_sub_one_of_norm_le_one π Mathlib.Analysis.Normed.Field.Ultra
{R : Type u_1} [NormedDivisionRing R] (h : β (x : R), βxβ β€ 1 β βx - 1β β€ 1) : IsUltrametricDist R - IsUltrametricDist.isUltrametricDist_of_forall_pow_norm_le_nsmul_pow_max_one_norm π Mathlib.Analysis.Normed.Field.Ultra
{R : Type u_1} [NormedDivisionRing R] (h : β (x : R) (m : β), βx + 1β ^ m β€ (m + 1) β’ max 1 (βxβ ^ m)) : IsUltrametricDist R - IsUltrametricDist.of_normedAlgebra π Mathlib.Analysis.Normed.Algebra.Ultra
(K : Type u_1) {L : Type u_2} [NormedField K] [NormedDivisionRing L] [NormedAlgebra K L] [h : IsUltrametricDist K] : IsUltrametricDist L - IsUltrametricDist.normedAlgebra_iff π Mathlib.Analysis.Normed.Algebra.Ultra
(K : Type u_1) (L : Type u_2) [NormedField K] [NormedDivisionRing L] [NormedAlgebra K L] : IsUltrametricDist L β IsUltrametricDist K - IsUltrametricDist.of_normedAlgebra' π Mathlib.Analysis.Normed.Algebra.Ultra
{K : Type u_1} (L : Type u_2) [NormedField K] [SeminormedRing L] [NormOneClass L] [NormedAlgebra K L] [h : IsUltrametricDist L] : IsUltrametricDist K - IsUltrametricDist.invariantExtension π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
(K : Type u_1) [NormedField K] (L : Type u_2) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] : AlgebraNorm K L - IsUltrametricDist.algNormOfAlgEquiv π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
{K : Type u_1} [NormedField K] {L : Type u_2} [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] (Ο : Gal(L/K)) : AlgebraNorm K L - IsUltrametricDist.isNonarchimedean_invariantExtension π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
(K : Type u_1) [NormedField K] (L : Type u_2) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] : IsNonarchimedean β(IsUltrametricDist.invariantExtension K L) - IsUltrametricDist.isPowMul_invariantExtension π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
(K : Type u_1) [NormedField K] (L : Type u_2) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] : IsPowMul β(IsUltrametricDist.invariantExtension K L) - IsUltrametricDist.isNonarchimedean_algNormOfAlgEquiv π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
{K : Type u_1} [NormedField K] {L : Type u_2} [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] (Ο : Gal(L/K)) : IsNonarchimedean β(IsUltrametricDist.algNormOfAlgEquiv Ο) - IsUltrametricDist.isPowMul_algNormOfAlgEquiv π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
{K : Type u_1} [NormedField K] {L : Type u_2} [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] (Ο : Gal(L/K)) : IsPowMul β(IsUltrametricDist.algNormOfAlgEquiv Ο) - IsUltrametricDist.invariantExtension_extends π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
(K : Type u_1) [NormedField K] (L : Type u_2) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] (x : K) : (IsUltrametricDist.invariantExtension K L) ((algebraMap K L) x) = βxβ - IsUltrametricDist.invariantExtension_apply π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
(K : Type u_1) [NormedField K] (L : Type u_2) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] (x : L) : (IsUltrametricDist.invariantExtension K L) x = β¨ Ο, (IsUltrametricDist.algNormOfAlgEquiv Ο) x - IsUltrametricDist.algNormOfAlgEquiv_extends π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
{K : Type u_1} [NormedField K] {L : Type u_2} [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] (Ο : Gal(L/K)) (x : K) : (IsUltrametricDist.algNormOfAlgEquiv Ο) ((algebraMap K L) x) = βxβ - IsUltrametricDist.algNormOfAlgEquiv_apply π Mathlib.Analysis.Normed.Unbundled.InvariantExtension
{K : Type u_1} [NormedField K] {L : Type u_2} [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hu : IsUltrametricDist K] (Ο : Gal(L/K)) (x : L) : (IsUltrametricDist.algNormOfAlgEquiv Ο) x = (Classical.choose β―) (Ο x) - spectralAlgNorm π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u_2) [NormedField K] (L : Type u_3) [Field L] [Algebra K L] [IsUltrametricDist K] [h_alg : Algebra.IsAlgebraic K L] : AlgebraNorm K L - isNonarchimedean_spectralNorm π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] [h_alg : Algebra.IsAlgebraic K L] : IsNonarchimedean (spectralNorm K L) - isPowMul_spectralNorm π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] [h_alg : Algebra.IsAlgebraic K L] : IsPowMul (spectralNorm K L) - spectralNorm.metricSpace π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : MetricSpace L - spectralNorm.nontriviallyNormedField π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : NontriviallyNormedField L - spectralNorm.normedAddCommGroup π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : NormedAddCommGroup L - spectralNorm.normedField π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : NormedField L - spectralNorm.seminormedAddCommGroup π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : SeminormedAddCommGroup L - spectralNorm.seminormedRing π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : SeminormedRing L - spectralNorm.uniformSpace π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : UniformSpace L - spectralNorm.normedAlgebra π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : NormedAlgebra K L - spectralNorm.normedSpace π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : NormedSpace K L - spectralMulAlgNorm π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] : MulAlgebraNorm K L - spectralNorm_neg π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] {y : L} (hy : IsAlgebraic K y) : spectralNorm K L (-y) = spectralNorm K L y - spectralAlgNorm_of_finiteDimensional_normal π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u_2) [NormedField K] (L : Type u_3) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hn : Normal K L] [IsUltrametricDist K] : AlgebraNorm K L - isNonarchimedean_spectralNorm_of_finiteDimensional_normal π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u_2) [NormedField K] (L : Type u_3) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hn : Normal K L] [IsUltrametricDist K] : IsNonarchimedean (spectralNorm K L) - isPowMul_spectralNorm_of_finiteDimensional_normal π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u_2) [NormedField K] (L : Type u_3) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hn : Normal K L] [IsUltrametricDist K] : IsPowMul (spectralNorm K L) - spectralAlgNorm_def π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] [h_alg : Algebra.IsAlgebraic K L] (x : L) : (spectralAlgNorm K L) x = spectralNorm K L x - spectralAlgNorm_isPowMul π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] [h_alg : Algebra.IsAlgebraic K L] : IsPowMul β(spectralAlgNorm K L) - NormedAlgebra.norm_eq_spectralNorm π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] [hu : IsUltrametricDist K] {L : Type u_2} [NormedField L] [NormedAlgebra K L] [Algebra.IsAlgebraic K L] [CompleteSpace K] (x : L) : βxβ = spectralNorm K L x - spectralAlgNorm_one π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] [h_alg : Algebra.IsAlgebraic K L] : (spectralAlgNorm K L) 1 = 1 - spectralNorm_mul π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] {x y : L} (hx : IsAlgebraic K x) (hy : IsAlgebraic K y) : spectralNorm K L (x * y) β€ spectralNorm K L x * spectralNorm K L y - spectralNorm.completeSpace π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] [h_fin : FiniteDimensional K L] : CompleteSpace L - spectralNorm_smul π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] (k : K) {y : L} (hy : IsAlgebraic K y) : spectralNorm K L (k β’ y) = ββkββ * spectralNorm K L y - spectralNorm_eq_invariantExtension π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u_2) [NormedField K] (L : Type u_3) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hn : Normal K L] [hu : IsUltrametricDist K] : spectralNorm K L = β(IsUltrametricDist.invariantExtension K L) - spectralAlgNorm_of_finiteDimensional_normal_def π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u_2) [NormedField K] (L : Type u_3) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hn : Normal K L] [IsUltrametricDist K] (x : L) : (spectralAlgNorm_of_finiteDimensional_normal K L) x = spectralNorm K L x - spectralMulAlgNorm_def π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u} [NontriviallyNormedField K] {L : Type v} [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] (x : L) : (spectralMulAlgNorm K L) x = spectralNorm K L x - spectralNorm_extends_of_finiteDimensional π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u_2) [NormedField K] (L : Type u_3) [Field L] [Algebra K L] [h_fin : FiniteDimensional K L] [hn : Normal K L] [IsUltrametricDist K] (x : K) : spectralNorm K L ((algebraMap K L) x) = βxβ - spectralNorm_unique π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u} [NontriviallyNormedField K] {L : Type v} [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] {f : AlgebraNorm K L} (hf_pm : IsPowMul βf) : f = spectralAlgNorm K L - spectralAlgNorm_extends π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u_2} [NormedField K] {L : Type u_3} [Field L] [Algebra K L] [IsUltrametricDist K] [h_alg : Algebra.IsAlgebraic K L] (k : K) : (spectralAlgNorm K L) ((algebraMap K L) k) = βkβ - spectralNorm.spectralNorm_eq_norm_coeff_zero_rpow π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] (x : L) : spectralNorm K L x = β(minpoly K x).coeff 0β ^ (1 / β(minpoly K x).natDegree) - spectralNorm.normedAlgebra' π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] [hu : IsUltrametricDist K] [CompleteSpace K] (E : Type u_2) (L : Type u_3) [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [NormedField E] [NormedAlgebra K E] [Algebra E L] [IsScalarTower K E L] : NormedAlgebra E L - spectralNorm_unique_field_norm_ext π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u} [NontriviallyNormedField K] {L : Type v} [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] {f : AbsoluteValue L β} (hf_ext : β (x : K), f ((algebraMap K L) x) = βxβ) (x : L) : f x = spectralNorm K L x - spectralAlgNorm_mul π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
{K : Type u} [NontriviallyNormedField K] {L : Type v} [Field L] [Algebra K L] [Algebra.IsAlgebraic K L] [hu : IsUltrametricDist K] [CompleteSpace K] (x y : L) : (spectralAlgNorm K L) (x * y) = (spectralAlgNorm K L) x * (spectralAlgNorm K L) y - spectralNorm.spectralMulAlgNorm_eq_of_mem_roots π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [hu : IsUltrametricDist K] [CompleteSpace K] (x : L) {E : Type u_2} [Field E] [Algebra K E] [Algebra L E] [IsScalarTower K L E] [Algebra.IsAlgebraic K E] {a : E} (ha : a β ((Polynomial.mapAlg K E) (minpoly K x)).roots) : (spectralMulAlgNorm K E) a = (spectralMulAlgNorm K E) ((algebraMap L E) x) - spectralNorm.spectralNorm_pow_natDegree_eq_prod_roots π Mathlib.Analysis.Normed.Unbundled.SpectralNorm
(K : Type u) [NontriviallyNormedField K] (L : Type v) [Field L] [Algebra K L] [hu : IsUltrametricDist K] [CompleteSpace K] (x : L) {E : Type u_2} [Field E] [Algebra K E] [Algebra L E] [IsScalarTower K L E] [Polynomial.IsSplittingField L E ((Polynomial.mapAlg K L) (minpoly K x))] [Algebra.IsAlgebraic K E] : (spectralMulAlgNorm K E) ((algebraMap L E) x) ^ (minpoly K x).natDegree = (spectralMulAlgNorm K E) ((Polynomial.mapAlg K E) (minpoly K x)).roots.prod - IsKrasner.of_completeSpace_of_normal π Mathlib.Analysis.Normed.Field.Krasner
(K : Type u_1) (L : Type u_2) [NormedField L] [NontriviallyNormedField K] [CompleteSpace K] [IsUltrametricDist K] [NormedAlgebra K L] [Normal K L] : IsKrasner K L - IsKrasner.of_completeSpace π Mathlib.Analysis.Normed.Field.Krasner
(K : Type u_1) (L : Type u_2) [NormedField L] [NontriviallyNormedField K] [CompleteSpace K] [IsUltrametricDist K] [NormedAlgebra K L] [Algebra.IsAlgebraic K L] : IsKrasner K L - IsAlgClosed.of_denseRange π Mathlib.Analysis.Normed.Field.Dense
{K : Type u_1} {L : Type u_2} [Field K] [NontriviallyNormedField L] [CompleteSpace L] [CharZero L] [IsUltrametricDist L] [Algebra K L] (hi : DenseRange β(algebraMap K L)) [IsAlgClosed K] : IsAlgClosed L - AddGroupSeminormClass.isUltrametricDist π Mathlib.Analysis.Normed.Order.Hom.Ultra
{F : Type u_1} {Ξ± : Type u_2} [FunLike F Ξ± β] [AddGroup Ξ±] [AddGroupSeminormClass F Ξ± β] [inst : Dist Ξ±] {f : F} (hna : IsNonarchimedean βf) (hd : inst = (AddGroupSeminormClass.toSeminormedAddGroup f).toDist := by rfl) : IsUltrametricDist Ξ± - Valued.integer.mem_iff π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] {x : K} : x β Valued.integer K β βxβ β€ 1 - NormedField.v_eq_valuation π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] (x : K) : Valued.v x = NormedField.valuation x - Valued.integer.norm_le_one π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] (x : β₯(Valued.integer K)) : βxβ β€ 1 - Valued.integer.exists_norm_coe_lt_one π Mathlib.Topology.Algebra.Valued.LocallyCompact
(K : Type u_1) [NontriviallyNormedField K] [IsUltrametricDist K] : β x, 0 < ββxβ β§ ββxβ < 1 - Valued.integer.exists_norm_lt_one π Mathlib.Topology.Algebra.Valued.LocallyCompact
(K : Type u_1) [NontriviallyNormedField K] [IsUltrametricDist K] : β x, 0 < βxβ β§ βxβ < 1 - Valued.integer.isUnit_iff_norm_eq_one π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] {u : β₯(Valued.integer K)} : IsUnit u β βuβ = 1 - Valued.integer.norm_irreducible_lt_one π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] {Ο : β₯(Valued.integer K)} (h : Irreducible Ο) : βΟβ < 1 - Valued.integer.norm_irreducible_pos π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] {Ο : β₯(Valued.integer K)} (h : Irreducible Ο) : 0 < βΟβ - Valued.integer.norm_coe_unit π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] (u : (β₯(Valued.integer K))Λ£) : βββuβ = 1 - Valued.integer.norm_unit π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] (u : (β₯(Valued.integer K))Λ£) : ββuβ = 1 - Valued.integer.exists_nnnorm_lt_one π Mathlib.Topology.Algebra.Valued.LocallyCompact
(K : Type u_1) [NontriviallyNormedField K] [IsUltrametricDist K] : β x, 0 < βxββ β§ βxββ < 1 - Valued.integer.coe_span_singleton_eq_closedBall π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] (x : β₯(Valued.integer K)) : β(Ideal.span {x}) = Metric.closedBall 0 βxβ - Irreducible.maximalIdeal_eq_closedBall π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] [IsDiscreteValuationRing β₯(Valued.integer K)] {Ο : β₯(Valued.integer K)} (h : Irreducible Ο) : β(Valued.maximalIdeal K) = Metric.closedBall 0 βΟβ - Irreducible.maximalIdeal_pow_eq_closedBall_pow π Mathlib.Topology.Algebra.Valued.LocallyCompact
{K : Type u_1} [NontriviallyNormedField K] [IsUltrametricDist K] [IsDiscreteValuationRing β₯(Valued.integer K)] {Ο : β₯(Valued.integer K)} (h : Irreducible Ο) (n : β) : β(Valued.maximalIdeal K ^ n) = Metric.closedBall 0 (βΟβ ^ n) - ContinuousMap.isUltrametricDist π Mathlib.Topology.MetricSpace.Ultra.ContinuousMaps
{X : Type u_1} {Y : Type u_2} [TopologicalSpace X] [CompactSpace X] [MetricSpace Y] [IsUltrametricDist Y] : IsUltrametricDist C(X, Y) - IsUltrametricDist.norm_fwdDiff_iter_apply_le π Mathlib.NumberTheory.Padics.MahlerBasis
{M : Type u_1} {G : Type u_2} [TopologicalSpace M] [CompactSpace M] [AddCommMonoid M] [SeminormedAddCommGroup G] [IsUltrametricDist G] (h : M) (f : C(M, G)) (m : M) (n : β) : β(fwdDiff h)^[n] (βf) mβ β€ βfβ - PadicInt.mahlerSeries_apply_nat π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] {a : β β E} (ha : Filter.Tendsto a Filter.atTop (nhds 0)) {m n : β} (hmn : m β€ n) : (PadicInt.mahlerSeries a) βm = β i β Finset.range (n + 1), m.choose i β’ a i - PadicInt.hasSum_mahlerSeries π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] {a : β β E} (ha : Filter.Tendsto a Filter.atTop (nhds 0)) : HasSum (fun n => PadicInt.mahlerTerm (a n) n) (PadicInt.mahlerSeries a) - PadicInt.fwdDiff_mahlerSeries π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] {a : β β E} (ha : Filter.Tendsto a Filter.atTop (nhds 0)) (n : β) : (fwdDiff 1)^[n] (β(PadicInt.mahlerSeries a)) 0 = a n - PadicInt.fwdDiff_tendsto_zero π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] (f : C(β€_[p], E)) : Filter.Tendsto (fun x => (fwdDiff 1)^[x] (βf) 0) Filter.atTop (nhds 0) - PadicInt.hasSum_mahler π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] (f : C(β€_[p], E)) : HasSum (fun n => PadicInt.mahlerTerm ((fwdDiff 1)^[n] (βf) 0) n) f - PadicInt.mahlerSeries_apply π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] {a : β β E} (ha : Filter.Tendsto a Filter.atTop (nhds 0)) (x : β€_[p]) : (PadicInt.mahlerSeries a) x = β' (n : β), (mahler n) x β’ a n - PadicInt.fwdDiff_iter_le_of_forall_le π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] {f : C(β€_[p], E)} {s t : β} (hst : β (x y : β€_[p]), βx - yβ β€ βp ^ (-βt) β βf x - f yβ β€ βfβ / βp ^ s) (n : β) : β(fwdDiff 1)^[n + s * p ^ t] (βf) 0β β€ βfβ / βp ^ s - PadicInt.mahlerEquiv π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] (E : Type u_1) [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] : C(β€_[p], E) ββα΅’[β€_[p]] ZeroAtInftyContinuousMap β E - PadicInt.dense_span_mahler π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {R : Type u_1} [NormedCommRing R] [Algebra β€_[p] R] [IsUltrametricDist R] [CompleteSpace R] [IsBoundedSMul β€_[p] R] : Dense β(Submodule.span R (Set.range fun n => mahler n β’ 1)) - PadicInt.mahlerEquiv_apply π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] (f : C(β€_[p], E)) : β((PadicInt.mahlerEquiv E) f) = fun n => (fwdDiff 1)^[n] (βf) 0 - PadicInt.mahlerEquiv_symm_apply π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {E : Type u_1} [NormedAddCommGroup E] [Module β€_[p] E] [IsBoundedSMul β€_[p] E] [IsUltrametricDist E] [CompleteSpace E] (a : ZeroAtInftyContinuousMap β E) : (PadicInt.mahlerEquiv E).symm a = PadicInt.mahlerSeries βa - PadicInt.ext_mahler π Mathlib.NumberTheory.Padics.MahlerBasis
{p : β} [hp : Fact (Nat.Prime p)] {R : Type u_1} [NormedCommRing R] [Algebra β€_[p] R] [IsUltrametricDist R] [CompleteSpace R] [IsBoundedSMul β€_[p] R] {ΞΌ : C(β€_[p], R) βL[R] R} (hΞΌ : β (n : β), ΞΌ (mahler n β’ 1) = 0) : ΞΌ = 0 - PadicInt.addChar_of_value_at_one π Mathlib.NumberTheory.Padics.AddChar
{p : β} [Fact (Nat.Prime p)] {R : Type u_1} [NormedRing R] [Algebra β€_[p] R] [IsBoundedSMul β€_[p] R] [IsUltrametricDist R] [CompleteSpace R] (r : R) (hr : Filter.Tendsto (fun x => r ^ x) Filter.atTop (nhds 0)) : AddChar β€_[p] R - PadicInt.continuous_addChar_of_value_at_one π Mathlib.NumberTheory.Padics.AddChar
{p : β} [Fact (Nat.Prime p)] {R : Type u_1} [NormedRing R] [Algebra β€_[p] R] [IsBoundedSMul β€_[p] R] [IsUltrametricDist R] [CompleteSpace R] {r : R} (hr : Filter.Tendsto (fun x => r ^ x) Filter.atTop (nhds 0)) : Continuous β(PadicInt.addChar_of_value_at_one r hr) - PadicInt.addChar_of_value_at_one_def π Mathlib.NumberTheory.Padics.AddChar
{p : β} [Fact (Nat.Prime p)] {R : Type u_1} [NormedRing R] [Algebra β€_[p] R] [IsBoundedSMul β€_[p] R] [IsUltrametricDist R] [CompleteSpace R] {r : R} (hr : Filter.Tendsto (fun x => r ^ x) Filter.atTop (nhds 0)) : (PadicInt.addChar_of_value_at_one r hr) 1 = 1 + r - PadicInt.continuousAddCharEquiv_of_norm_mul π Mathlib.NumberTheory.Padics.AddChar
(p : β) [Fact (Nat.Prime p)] (R : Type u_1) [NormedRing R] [Algebra β€_[p] R] [IsBoundedSMul β€_[p] R] [IsUltrametricDist R] [CompleteSpace R] [NormMulClass R] : { ΞΊ // Continuous βΞΊ } β { r // βrβ < 1 } - PadicInt.continuousAddCharEquiv π Mathlib.NumberTheory.Padics.AddChar
(p : β) [Fact (Nat.Prime p)] (R : Type u_1) [NormedRing R] [Algebra β€_[p] R] [IsBoundedSMul β€_[p] R] [IsUltrametricDist R] [CompleteSpace R] : { ΞΊ // Continuous βΞΊ } β { r // Filter.Tendsto (fun x => r ^ x) Filter.atTop (nhds 0) }
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59