Mathlib Map

Theorems · Theorem · order theory

Set.preimage_const

∀ {α : Type u_1} {β : Type u_2} (b : β) (s : Set β) [inst : Decidable (b ∈ s)],
  (fun x => b) ⁻¹' s = if b ∈ s then Set.univ else ∅
Defined in
Mathlib.Data.Set.Image
Cited by
12 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Decidable

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Setstatement and proof · cited by 53,352
  • Set.preimagestatement · cited by 4,946
  • Set.univstatement · cited by 3,945

Cited by12

Results whose statement or proof uses this declaration.