Theorems · Definition · geometry
AffineSubspace.shift
{k : Type u_1} →
{V : Type u_2} →
{P : Type u_3} →
[inst : Ring k] →
[inst_1 : AddCommGroup V] →
[inst_2 : AddTorsor V P] → [inst_3 : Module k V] → AffineSubspace k P → P → k → AffineSubspace k PAffineSubspace.shift s c r is an affine subspace parallel to s, where an arbitrary point on
s is moved towards c with linear interpolation by r. When r = 0, that point is moved onto
c. When r = 1, that point stays at the original position. A different choice of the point will
not affect the output (See AffineSubspace.shift_eq).
We define AffineSubspace.shift ⊥ c r = ⊥ (See AffineSubspace.shift_bot).
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Bot.botproof · cited by 4,720
- AddTorsorstatement and proof · cited by 1,657
- AffineSubspacestatement and proof · cited by 871
- VSub.vsubproof · cited by 817
- Nonempty.someproof · cited by 340
- AffineSubspace.mapproof · cited by 78
- AffineEquiv.toAffineMapproof · cited by 65
- AffineEquiv.constVAddproof · cited by 30
Cited by12
Results whose statement or proof uses this declaration.
- AffineSubspace.shift_eqstatement · cited by 3
- AffineIndependent.affineCombination_mem_shift_iffstatement and proof · cited by 3
- AffineSubspace.shift_botstatement · cited by 2
- AffineSubspace.shift_zerostatement · cited by 2
- AffineSubspace.direction_shiftstatement · cited by 1
- AffineSubspace.shift_topstatement · cited by 1
- Affine.Simplex.closedInterior_inter_shift_zerostatement and proof · cited by 1
- AffineSubspace.affineCombination_mem_shiftstatement and proof · cited by 1
- AffineSubspace.shift_eq_map_homothetystatement and proof · cited by 0
- AffineSubspace.shift_onestatement and proof · cited by 0
- Affine.Simplex.closedInterior_inter_shift_eq_homothetystatement and proof · cited by 0
- Affine.Simplex.disjoint_closedInterior_shiftstatement and proof · cited by 0