Theorems · Theorem · functional analysis
Orientation.volumeForm_def
∀ {E : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E] {n : ℕ}
[_i : Fact (Module.finrank ℝ E = n)] (o : Orientation ℝ E (Fin n)),
o.volumeForm =
Nat.casesAuxOn (motive := fun a => n = a → E [⋀^Fin n]→ₗ[ℝ] ℝ) n
(fun h =>
Eq.ndrec (motive := fun {n} =>
[_i : Fact (Module.finrank ℝ E = n)] → Orientation ℝ E (Fin n) → E [⋀^Fin n]→ₗ[ℝ] ℝ)
(fun [Fact (Module.finrank ℝ E = 0)] o =>
have opos := AlternatingMap.constOfIsEmpty ℝ E (Fin 0) 1;
⋯.by_cases (fun x => opos) fun x => -opos)
⋯ o)
(fun n_1 h =>
Eq.ndrec (motive := fun {n} =>
[_i : Fact (Module.finrank ℝ E = n)] → Orientation ℝ E (Fin n) → E [⋀^Fin n]→ₗ[ℝ] ℝ)
(fun [Fact (Module.finrank ℝ E = n_1 + 1)] o => (Orientation.finOrthonormalBasis ⋯ ⋯ o).toBasis.det) ⋯ o)
⋯- Cited by
- 4 results in Mathlib
- Foundations
- Depth 246 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- Factstatement and proof · cited by 2,726
- Module.finrankstatement and proof · cited by 1,770
- Orientationstatement and proof · cited by 360
- AlternatingMapstatement and proof · cited by 329
- OrthonormalBasis.toBasisstatement and proof · cited by 102
- Module.Basis.detstatement and proof · cited by 73
- Orientation.volumeFormstatement · cited by 24
- Module.Oriented.positiveOrientationstatement and proof · cited by 15
- AlternatingMap.constOfIsEmptystatement and proof · cited by 13
Cited by4
Results whose statement or proof uses this declaration.
- Orientation.volumeForm_zero_posproof · cited by 6
- Orientation.volumeForm_robustproof · cited by 4
- Orientation.volumeForm_robust_negproof · cited by 1
- Orientation.volumeForm_zero_negproof · cited by 1