Theorems · Definition · geometry
AffineMap.pi
{k : Type u_2} →
{V1 : Type u_3} →
{P1 : Type u_4} →
[inst : Ring k] →
[inst_1 : AddCommGroup V1] →
[inst_2 : AddTorsor V1 P1] →
[inst_3 : Module k V1] →
{ι : Type u_9} →
{φv : ι → Type u_10} →
{φp : ι → Type u_11} →
[inst_4 : (i : ι) → AddCommGroup (φv i)] →
[inst_5 : (i : ι) → Module k (φv i)] →
[inst_6 : (i : ι) → AddTorsor (φv i) (φp i)] →
((i : ι) → P1 →ᵃ[k] φp i) → P1 →ᵃ[k] (i : ι) → φp ipi construction for affine maps. From a family of affine maps it produces an affine
map into a family of affine spaces.
This is the affine version of LinearMap.pi.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- AffineMapstatement and proof · cited by 674
- AffineMap.linearproof · cited by 105
- LinearMap.piproof · cited by 31
Cited by6
Results whose statement or proof uses this declaration.
- AffineMap.pi_applystatement · cited by 0
- AffineMap.pi_compstatement · cited by 0
- AffineMap.proj_pistatement · cited by 0
- AffineMap.pi_eq_zerostatement · cited by 0
- AffineMap.pi_linearstatement and proof · cited by 0
- AffineMap.pi_zerostatement and proof · cited by 0