Mathlib Map

Theorems · Definition · differential geometry

Conformal

{X : Type u_1} →
  {Y : Type u_2} →
    [inst : NormedAddCommGroup X] →
      [inst_1 : NormedAddCommGroup Y] → [NormedSpace ℝ X] → [NormedSpace ℝ Y] → (X → Y) → Prop

A map f is conformal if it's conformal at every point.

Defined in
Mathlib.Analysis.Calculus.Conformal.NormedSpace
Cited by
6 results in Mathlib
Foundations
Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedAddCommGroupNormedSpaceNormedSpace

Around this declaration

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

Cites4

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

Cited by6

Results whose statement or proof uses this declaration.