Theorems · Definition · geometry
AffineBasis.basisOf
{ι : Type u_1} →
{k : Type u_5} →
{V : Type u_6} →
{P : Type u_7} →
[inst : AddCommGroup V] →
[inst_1 : AddTorsor V P] →
[inst_2 : Ring k] → [inst_3 : Module k V] → AffineBasis ι k P → (i : ι) → Module.Basis { j // j ≠ i } k VGiven an affine basis for an affine space P, if we single out one member of the family, we
obtain a linear basis for the model space V.
The linear basis corresponding to the singled-out member i : ι is indexed by {j : ι // j ≠ i}
and its jth element is b j -ᵥ b i. (See basisOf_apply.)
- Defined in
- Mathlib.LinearAlgebra.AffineSpace.Basis
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- AddTorsorstatement and proof · cited by 1,657
- Module.Basisstatement · cited by 1,477
- AffineBasisstatement and proof · cited by 65
- Module.Basis.mkproof · cited by 29
Cited by13
Results whose statement or proof uses this declaration.
- AffineBasis.coordproof · cited by 26
- AffineBasis.coordsproof · cited by 4
- AffineBasis.basisOf_applystatement · cited by 4
- AffineBasis.finiteDimensionalproof · cited by 2
- AffineBasis.basisOf_reindexstatement and proof · cited by 1
- AffineBasis.basisOf_smulstatement · cited by 1
- AffineBasis.basisOf_vaddstatement · cited by 1
- AffineBasis.coord_apply_eqproof · cited by 1
- AffineBasis.coord_apply_neproof · cited by 1
- AffineBasis.linear_eq_sumCoordsstatement · cited by 0
- AffineBasis.coord_reindexproof · cited by 0
- AffineBasis.coord_smulproof · cited by 0