Nuprl Lemma : alpha-aux-symm
∀[opr:Type]. ∀a,b:term(opr). ∀vs,ws:varname() List.  (alpha-aux(opr;vs;ws;a;b) 
⇐⇒ alpha-aux(opr;ws;vs;b;a))
Proof
Definitions occuring in Statement : 
alpha-aux: alpha-aux(opr;vs;ws;a;b)
, 
term: term(opr)
, 
varname: varname()
, 
list: T List
, 
uall: ∀[x:A]. B[x]
, 
all: ∀x:A. B[x]
, 
iff: P 
⇐⇒ Q
, 
universe: Type
Definitions unfolded in proof : 
uall: ∀[x:A]. B[x]
, 
member: t ∈ T
, 
so_lambda: λ2x.t[x]
, 
prop: ℙ
, 
all: ∀x:A. B[x]
, 
so_apply: x[s]
, 
implies: P 
⇒ Q
, 
uimplies: b supposing a
, 
not: ¬A
, 
false: False
, 
alpha-aux: alpha-aux(opr;vs;ws;a;b)
, 
varterm: varterm(v)
, 
iff: P 
⇐⇒ Q
, 
and: P ∧ Q
, 
rev_implies: P 
⇐ Q
, 
mkterm: mkterm(opr;bts)
, 
bound-term: bound-term(opr)
, 
pi2: snd(t)
, 
guard: {T}
, 
int_seg: {i..j-}
, 
lelt: i ≤ j < k
, 
decidable: Dec(P)
, 
or: P ∨ Q
, 
satisfiable_int_formula: satisfiable_int_formula(fmla)
, 
exists: ∃x:A. B[x]
, 
subtype_rel: A ⊆r B
, 
nat: ℕ
, 
le: A ≤ B
, 
pi1: fst(t)
Lemmas referenced : 
term-induction, 
term_wf, 
list_wf, 
varname_wf, 
iff_wf, 
alpha-aux_wf, 
varterm_wf, 
nullvar_wf, 
same-binding-symm, 
assert_witness, 
same-binding_wf, 
istype-assert, 
istype-void, 
bound-term_wf, 
l_member_wf, 
mkterm_wf, 
decidable__lt, 
full-omega-unsat, 
intformand_wf, 
intformnot_wf, 
intformless_wf, 
itermVar_wf, 
intformeq_wf, 
istype-int, 
int_formula_prop_and_lemma, 
int_formula_prop_not_lemma, 
int_formula_prop_less_lemma, 
int_term_value_var_lemma, 
int_formula_prop_eq_lemma, 
int_formula_prop_wf, 
istype-le, 
istype-less_than, 
int_seg_wf, 
length_wf, 
length_wf_nat, 
set_subtype_base, 
le_wf, 
int_subtype_base, 
select_wf, 
int_seg_properties, 
decidable__le, 
intformle_wf, 
itermConstant_wf, 
int_formula_prop_le_lemma, 
int_term_value_constant_lemma, 
rev-append_wf, 
alpha-aux-mkterm, 
istype-universe, 
select_member
Rules used in proof : 
sqequalSubstitution, 
sqequalTransitivity, 
computationStep, 
sqequalReflexivity, 
isect_memberFormation_alt, 
cut, 
introduction, 
extract_by_obid, 
sqequalHypSubstitution, 
isectElimination, 
thin, 
hypothesisEquality, 
sqequalRule, 
lambdaEquality_alt, 
functionEquality, 
hypothesis, 
universeIsType, 
independent_functionElimination, 
lambdaFormation_alt, 
setElimination, 
rename, 
because_Cache, 
independent_isectElimination, 
voidElimination, 
inhabitedIsType, 
equalityTransitivity, 
equalitySymmetry, 
equalityIstype, 
independent_pairFormation, 
functionIsType, 
productIsType, 
productElimination, 
setIsType, 
promote_hyp, 
dependent_functionElimination, 
dependent_set_memberEquality_alt, 
unionElimination, 
natural_numberEquality, 
approximateComputation, 
dependent_pairFormation_alt, 
int_eqEquality, 
Error :memTop, 
applyEquality, 
intEquality, 
sqequalBase, 
instantiate, 
universeEquality
Latex:
\mforall{}[opr:Type]
    \mforall{}a,b:term(opr).  \mforall{}vs,ws:varname()  List.    (alpha-aux(opr;vs;ws;a;b)  \mLeftarrow{}{}\mRightarrow{}  alpha-aux(opr;ws;vs;b;a))
Date html generated:
2020_05_19-PM-09_55_33
Last ObjectModification:
2020_03_09-PM-04_08_56
Theory : terms
Home
Index