Nuprl Lemma : causal_order_monotonic

∀[T:Type]
  ∀L:T List
    ∀[P,Q1,Q2:ℕ||L|| ⟶ ℙ]. ∀[R:ℕ||L|| ⟶ ℕ||L|| ⟶ ℙ].
      ((∀i:ℕ||L||. ((Q2 i) ⇒ (Q1 i))) ⇒ causal_order(L;R;P;Q1) ⇒ causal_order(L;R;P;Q2))


Proof




Definitions occuring in Statement :  causal_order: causal_order(L;R;P;Q),  length: ||as||,  list: T List,  int_seg: {i..j-},  uall: ∀[x:A]. B[x],  prop: ℙ,  all: ∀x:A. B[x],  implies: P ⇒ Q,  apply: f a,  function: x:A ⟶ B[x],  natural_number: $n,  universe: Type
Definitions unfolded in proof :  uall: ∀[x:A]. B[x],  all: ∀x:A. B[x],  implies: P ⇒ Q,  causal_order: causal_order(L;R;P;Q),  member: t ∈ T,  subtype_rel: A ⊆r B,  prop: ℙ,  so_lambda: λ2x.t[x],  so_apply: x[s],  guard: {T}
Lemmas referenced :  subtype_rel_self,  causal_order_wf,  all_wf,  int_seg_wf,  length_wf,  list_wf
Rules used in proof :  sqequalSubstitution,  sqequalTransitivity,  computationStep,  sqequalReflexivity,  isect_memberFormation_alt,  lambdaFormation,  sqequalHypSubstitution,  lambdaFormation_alt,  cut,  hypothesis,  dependent_functionElimination,  thin,  hypothesisEquality,  independent_functionElimination,  applyEquality,  sqequalRule,  instantiate,  introduction,  extract_by_obid,  isectElimination,  universeEquality,  universeIsType,  because_Cache,  natural_numberEquality,  lambdaEquality,  functionEquality,  functionIsType,  inhabitedIsType

Latex:
\mforall{}[T:Type]
    \mforall{}L:T  List
        \mforall{}[P,Q1,Q2:\mBbbN{}||L||  {}\mrightarrow{}  \mBbbP{}].  \mforall{}[R:\mBbbN{}||L||  {}\mrightarrow{}  \mBbbN{}||L||  {}\mrightarrow{}  \mBbbP{}].
            ((\mforall{}i:\mBbbN{}||L||.  ((Q2  i)  {}\mRightarrow{}  (Q1  i)))  {}\mRightarrow{}  causal\_order(L;R;P;Q1)  {}\mRightarrow{}  causal\_order(L;R;P;Q2))



Date html generated: 2019_10_15-AM-10_57_44
Last ObjectModification: 2018_09_27-AM-09_50_22

Theory : list!


Home Index