Mathlib Map

Theorems · Theorem · functional analysis

PiLp.edist_single_same

∀ (p : ENNReal) {ι : Type u_2} (β : ι → Type u_4) [hp : Fact (1 ≤ p)] [inst : Fintype ι]
  [inst_1 : (i : ι) → SeminormedAddCommGroup (β i)] [inst_2 : DecidableEq ι] (i : ι) (b₁ b₂ : β i),
  edist (PiLp.single p i b₁) (PiLp.single p i b₂) = edist b₁ b₂
Defined in
Mathlib.Analysis.Normed.Lp.PiLp
Cited by
2 results in Mathlib
Foundations
Depth 224 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FactFintypeSeminormedAddCommGroupDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.