Graph #
Imported declaration from the Incompleteness formalization.
Equations
- Function.Graph f y x = (y = f x)
Instances For
Imported declaration from the Incompleteness formalization.
Equations
- Function.Graph₂ f y x₁ x₂ = (y = f x₁ x₂)
Instances For
def
Function.Graph₃
{σ : Sort u_1}
{α : Sort u_2}
{β : Sort u_3}
{γ : Sort u_4}
(f : α → β → γ → σ)
:
σ → α → β → γ → Prop
Imported declaration from the Incompleteness formalization.
Equations
- Function.Graph₃ f y x₁ x₂ x₃ = (y = f x₁ x₂ x₃)
Instances For
def
Function.Graph₅
{σ : Sort u_1}
{α : Sort u_2}
{β : Sort u_3}
{γ : Sort u_4}
{δ : Sort u_5}
{ε : Sort u_6}
(f : α → β → γ → δ → ε → σ)
:
σ → α → β → γ → δ → ε → Prop
Imported declaration from the Incompleteness formalization.
Equations
- Function.Graph₅ f y x₁ x₂ x₃ x₄ x₅ = (y = f x₁ x₂ x₃ x₄ x₅)