Theorems · Theorem · functional analysis
isConformalMap_iff
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedAddCommGroup F]
[inst_2 : InnerProductSpace ℝ E] [inst_3 : InnerProductSpace ℝ F] (f : E →L[ℝ] F),
IsConformalMap f ↔ ∃ c, 0 < c ∧ ∀ (u v : E), inner ℝ (f u) (f v) = c * inner ℝ u vA map between two inner product spaces is a conformal map if and only if it preserves inner
products up to a scalar factor, i.e., there exists a positive c : ℝ such that
⟪f u, f v⟫ = c * ⟪u, v⟫ for all u, v.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 167 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- ContinuousLinearMapstatement and proof · cited by 5,352
- InnerProductSpacestatement and proof · cited by 3,523
- LT.lt.leproof · cited by 2,189
- mul_assocproof · cited by 1,667
- LT.lt.ne'proof · cited by 1,417
- Inner.innerstatement and proof · cited by 1,089
- Real.sqrtproof · cited by 545
- ContinuousLinearMap.toLinearMapproof · cited by 528
Cited by1
Results whose statement or proof uses this declaration.
- conformalAt_iff'proof · cited by 2