Theorems · Theorem · functional analysis
Orientation.abs_volumeForm_apply_of_pairwise_orthogonal
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E] {n : ℕ}
[_i : Fact (Module.finrank ℝ E = n)] (o : Orientation ℝ E (Fin n)) {v : Fin n → E},
(Pairwise fun i j => inner ℝ (v i) (v j) = 0) → |o.volumeForm v| = ∏ i, ‖v i‖Let v be an indexed family of n orthogonal vectors in an oriented n-dimensional
real inner product space E. The output of the volume form of E when evaluated on v is, up to
sign, the product of the norms of the vectors v i.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 250 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites54
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- Norm.normstatement and proof · cited by 5,413
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univstatement and proof · cited by 3,473
- one_mulproof · cited by 2,841
- Factstatement and proof · cited by 2,726
- Finset.prodstatement and proof · cited by 2,356
- CommMonoidproof · cited by 2,264
- FiniteDimensionalproof · cited by 1,854
Cited by1
Results whose statement or proof uses this declaration.
- Orientation.abs_areaForm_of_orthogonalproof · cited by 0