def
Flypitch.list_except
{α : Type u}
[DecidableEq α]
(xs : List α)
(x : α)
(T : Set α)
(h : ∀ y ∈ xs, y ≠ x → y ∈ T)
:
Equations
- Flypitch.list_except xs x T h = ⟨List.filter (fun (y : α) => decide (y ≠ x)) xs, ⋯⟩
Instances For
noncomputable def
Flypitch.fol.image_lift_list
{α : Type u}
{β : Type v}
{f : α → β}
{S : Set α}
{xs : List β}
:
Equations
Instances For
theorem
Flypitch.fol.is_consistent_union
{L : Language}
{T₁ T₂ : Theory L}
(h₁ : is_consistent T₁)
(h₂ : ∀ ψ ∈ T₂, insert (∼ψ) T₁ ⊢' ⊥)
:
is_consistent (T₁ ∪ T₂)