Theorems · Theorem · order theory
Set.Ioc_add_bij
∀ {M : Type u_1} [inst : AddCommMonoid M] [inst_1 : PartialOrder M] [IsOrderedCancelAddMonoid M] [ExistsAddOfLE M]
(a b d : M), Set.BijOn (fun x => x + d) (Set.Ioc a b) (Set.Ioc (a + d) (b + d))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- AddCommMonoidstatement and proof · cited by 12,281
- PartialOrderstatement and proof · cited by 6,410
- Set.preimageproof · cited by 4,946
- Set.Ioiproof · cited by 1,463
- Set.Iicproof · cited by 1,111
- Set.Iocstatement and proof · cited by 971
- IsOrderedCancelAddMonoidstatement and proof · cited by 359
- ExistsAddOfLEstatement and proof · cited by 330
- Set.BijOnstatement and proof · cited by 168
- le_of_add_le_add_rightproof · cited by 15
- Set.Ioi_inter_Iicproof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- Set.image_add_const_Iocproof · cited by 3