Mathlib Map

Theorems · Definition · logic and foundations

ZFSet.Definable.recOn

{n : ℕ} →
  {f : (Fin n → ZFSet.{u}) → ZFSet.{u}} →
    {motive : ZFSet.Definable n f → Sort u_1} →
      (t : ZFSet.Definable n f) →
        ((out : (Fin n → PSet.{u}) → PSet.{u}) →
            (mk_out : ∀ (xs : Fin n → PSet.{u}), ZFSet.mk (out xs) = f fun x => ZFSet.mk (xs x)) →
              motive { out := out, mk_out := mk_out }) →
          motive t
Defined in
Mathlib.SetTheory.ZFC.Basic
Cited by
0 results in Mathlib
Foundations
Depth 18 from the axioms · uses no axioms

Around this declaration

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

Cites4

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

  • ZFSetstatement and proof · cited by 259
  • PSetstatement and proof · cited by 107
  • ZFSet.mkstatement and proof · cited by 17
  • ZFSet.Definablestatement and proof · cited by 2

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.