Nuprl Lemma : bm_compare_trans_le

∀[K:Type]. ∀[compare:bm_compare(K)]. ∀[k1,k2,k3:K].
  ((0 ≤ (compare k1 k2)) ⇒ (0 ≤ (compare k2 k3)) ⇒ (0 ≤ (compare k1 k3)))


Proof




Definitions occuring in Statement :  bm_compare: bm_compare(K),  uall: ∀[x:A]. B[x],  le: A ≤ B,  implies: P ⇒ Q,  apply: f a,  natural_number: $n,  universe: Type
Definitions unfolded in proof :  uall: ∀[x:A]. B[x],  member: t ∈ T,  implies: P ⇒ Q,  bm_compare: bm_compare(K),  sq_stable: SqStable(P),  and: P ∧ Q,  squash: ↓T,  prop: ℙ,  le: A ≤ B,  not: ¬A,  false: False,  guard: {T},  trans: Trans(T;x,y.E[x; y]),  all: ∀x:A. B[x]

Latex:
\mforall{}[K:Type].  \mforall{}[compare:bm\_compare(K)].  \mforall{}[k1,k2,k3:K].
    ((0  \mleq{}  (compare  k1  k2))  {}\mRightarrow{}  (0  \mleq{}  (compare  k2  k3))  {}\mRightarrow{}  (0  \mleq{}  (compare  k1  k3)))



Date html generated: 2016_05_17-PM-01_40_39
Last ObjectModification: 2016_01_17-AM-11_20_15

Theory : binary-map


Home Index