Theorems · Theorem · group theory
Set.vadd_graphOn
∀ {F : Type u_1} {α : Type u_2} {β : Type u_3} [inst : AddGroup α] [inst_1 : AddCommGroup β] [inst_2 : FunLike F α β]
[AddMonoidHomClass F α β] (x : α × β) (s : Set α) (f : F),
x +ᵥ Set.graphOn (⇑f) s = Set.graphOn (fun a => x.2 - f x.1 + f a) (x.1 +ᵥ s)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Setstatement and proof · cited by 53,352
- AddCommGroupstatement and proof · cited by 12,871
- AddGroupstatement and proof · cited by 4,410
- FunLikestatement and proof · cited by 2,560
- Set.extproof · cited by 2,266
- HVAdd.hVAddstatement and proof · cited by 1,820
- add_commproof · cited by 1,535
- map_addproof · cited by 964
- Set.vaddSetstatement · cited by 403
- map_negproof · cited by 378
- AddMonoidHomClassstatement and proof · cited by 252
Cited by1
Results whose statement or proof uses this declaration.
- Set.vadd_graphOn_univproof · cited by 0