Nuprl Lemma : nth_tl-append

[as:Top List]. ∀[bs:Top].
  ∀n:ℕ(nth_tl(n;as bs) if n <||as|| then nth_tl(n;as) bs else nth_tl(n ||as||;bs) fi )


Proof




Definitions occuring in Statement :  length: ||as|| nth_tl: nth_tl(n;as) append: as bs list: List nat: ifthenelse: if then else fi  lt_int: i <j uall: [x:A]. B[x] top: Top all: x:A. B[x] subtract: m sqequal: t
Definitions unfolded in proof :  uall: [x:A]. B[x] member: t ∈ T all: x:A. B[x] nat: implies:  Q false: False ge: i ≥  uimplies: supposing a satisfiable_int_formula: satisfiable_int_formula(fmla) exists: x:A. B[x] not: ¬A top: Top and: P ∧ Q prop: subtype_rel: A ⊆B guard: {T} or: P ∨ Q append: as bs so_lambda: so_lambda(x,y,z.t[x; y; z]) so_apply: x[s1;s2;s3] cons: [a b] colength: colength(L) so_lambda: λ2y.t[x; y] so_apply: x[s1;s2] decidable: Dec(P) nil: [] it: so_lambda: λ2x.t[x] so_apply: x[s] sq_type: SQType(T) less_than: a < b squash: T less_than': less_than'(a;b) bool: 𝔹 unit: Unit btrue: tt uiff: uiff(P;Q) ifthenelse: if then else fi  bfalse: ff bnot: ¬bb assert: b nth_tl: nth_tl(n;as) le: A ≤ B
Lemmas referenced :  nat_properties satisfiable-full-omega-tt intformand_wf intformle_wf itermConstant_wf itermVar_wf intformless_wf int_formula_prop_and_lemma int_formula_prop_le_lemma int_term_value_constant_lemma int_term_value_var_lemma int_formula_prop_less_lemma int_formula_prop_wf ge_wf less_than_wf nat_wf top_wf equal-wf-T-base colength_wf_list less_than_transitivity1 less_than_irreflexivity list_wf list-cases list_ind_nil_lemma length_of_nil_lemma product_subtype_list spread_cons_lemma intformeq_wf itermAdd_wf int_formula_prop_eq_lemma int_term_value_add_lemma decidable__le intformnot_wf int_formula_prop_not_lemma le_wf equal_wf subtract_wf itermSubtract_wf int_term_value_subtract_lemma subtype_base_sq set_subtype_base int_subtype_base decidable__equal_int list_ind_cons_lemma length_of_cons_lemma lt_int_wf bool_wf eqtt_to_assert assert_of_lt_int eqff_to_assert bool_cases_sqequal bool_subtype_base assert-bnot reduce_tl_cons_lemma le_int_wf assert_of_le_int length_wf non_neg_length add-is-int-iff false_wf
Rules used in proof :  sqequalSubstitution sqequalTransitivity computationStep sqequalReflexivity isect_memberFormation introduction cut thin lambdaFormation extract_by_obid sqequalHypSubstitution isectElimination hypothesisEquality hypothesis setElimination rename intWeakElimination natural_numberEquality independent_isectElimination dependent_pairFormation lambdaEquality int_eqEquality intEquality dependent_functionElimination isect_memberEquality voidElimination voidEquality sqequalRule independent_pairFormation computeAll independent_functionElimination sqequalAxiom applyEquality because_Cache unionElimination promote_hyp hypothesis_subsumption productElimination equalityTransitivity equalitySymmetry applyLambdaEquality dependent_set_memberEquality addEquality baseClosed instantiate cumulativity imageElimination equalityElimination pointwiseFunctionality baseApply closedConclusion

Latex:
\mforall{}[as:Top  List].  \mforall{}[bs:Top].
    \mforall{}n:\mBbbN{}.  (nth\_tl(n;as  @  bs)  \msim{}  if  n  <z  ||as||  then  nth\_tl(n;as)  @  bs  else  nth\_tl(n  -  ||as||;bs)  fi  )



Date html generated: 2017_04_14-AM-09_25_05
Last ObjectModification: 2017_02_27-PM-03_59_35

Theory : list_1


Home Index