FV(x) = {x}
FV_Γ(φ) = x̅ where (φ : s x̅) ∈ Γ
FV(f e̅) = F̲V̲(e̅::Γ′) ∪ {eᵢ | Γ′ᵢ ∈ x̅} where f(Γ′) : s x̅
F̲V̲(·::·) = ∅
F̲V̲((e̅, y)::(Γ′, x : s)) = F̲V̲(e̅::Γ′)
F̲V̲((e̅, e′)::(Γ′, φ : s x̅)) = F̲V̲(e̅::Γ′) ∪ (FV(e′) ∖ {eᵢ | Γ′ᵢ ∈ x̅})
I think {eᵢ | Dom(Γ′ᵢ) ⊆ x̅} should be substituted for {eᵢ | Γ′ᵢ ∈ x̅}
in these definitions. Γ′ᵢ is of the form x : s, so Dom(Γ′ᵢ) is of the
form {x}.
--
You received this message because you are subscribed to the Google Groups "Metamath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metamath+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/metamath/1945193.fG6EfdGv7r%40desktop.semmalgil.com.
--
You received this message because you are subscribed to the Google Groups "Metamath" group.
To unsubscribe from this group and stop receiving emails from it, send an email to metamath+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/metamath/9716512.Jy0nUZJEyI%40desktop.semmalgil.com.