[Lattice L46-7]Home PageHome Quantum Logic Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: 1 1-100101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1024

Statement List for Quantum Logic Explorer - 101-200 - Page 2 of 11
TypeLabelDescription
Statement
 
Theoreman0r 101 Conjunction with 0.
(0 ^ a) = 0
 
Theoremoridm 102 Idempotent law.
(a v a) = a
 
Theoremanidm 103 Idempotent law.
(a ^ a) = a
 
Theoremorordi 104 Distribution of disjunction over disjunction.
(a v (b v c)) = ((a v b) v (a v c))
 
Theoremorordir 105 Distribution of disjunction over disjunction.
((a v b) v c) = ((a v c) v (b v c))
 
Theoremanandi 106 Distribution of conjunction over conjunction.
(a ^ (b ^ c)) = ((a ^ b) ^ (a ^ c))
 
Theoremanandir 107 Distribution of conjunction over conjunction.
((a ^ b) ^ c) = ((a ^ c) ^ (b ^ c))
 
Theorembiid 108 Identity law.
(a == a) = 1
 
Theorem1b 109 Identity law.
(1 == a) = a
 
Theorembi1 110 Identity inference.
a = b   =>   (a == b) = 1
 
Theorem1bi 111 Identity inference.
a = b   =>   1 = (a == b)
 
Theorema5b 112 Absorption law.
(a v (a ^ b)) = a
 
Theorema5c 113 Absorption law.
(a ^ (a v b)) = a
 
Theoremconb 114 Contraposition law.
(a == b) = (a_|_ == b_|_)
 
Theoremleoa 115 Relation between two methods of expressing "less than or equal to".
(a v c) = b   =>   (a ^ b) = a
 
Theoremleao 116 Relation between two methods of expressing "less than or equal to".
(c ^ b) = a   =>   (a v b) = b
 
Theoremmi 117 Mittelstaedt implication.
((a v b) == b) = (b v (a_|_ ^ b_|_))
 
Theoremdi 118 Dishkant implication.
((a ^ b) == a) = (a_|_ v (a ^ b))
 
Theoremomlem1 119 Lemma in proof of Th. 1 of Pavicic 1987.
((a v (a_|_ ^ (a v b))) v (a v b)) = (a v b)
 
Theoremomlem2 120 Lemma in proof of Th. 1 of Pavicic 1987.
((a v b)_|_ v (a v (a_|_ ^ (a v b)))) = 1
 
Definitiondf-le 121 Define 'less than or equal to' analogue.
(a =<2 b) = ((a v b) == b)
 
Definitiondf-le1 122 Define 'less than or equal to'. See df-le2 123 for the other direction.
(a v b) = b   =>   a =< b
 
Definitiondf-le2 123 Define 'less than or equal to'. See df-le1 122 for the other direction.
a =< b   =>   (a v b) = b
 
Definitiondf-c1 124 Define 'commutes'. See df-c2 125 for the other direction.
a = ((a ^ b) v (a ^ b_|_))   =>   a C b
 
Definitiondf-c2 125 Define 'commutes'. See df-c1 124 for the other direction.
a C b   =>   a = ((a ^ b) v (a ^ b_|_))
 
Definitiondf-cmtr 126 Define 'commutator'.
C (a, b) = (((a ^ b) v (a ^ b_|_)) v ((a_|_ ^ b) v (a_|_ ^ b_|_)))
 
Theoremdf2le1 127 Alternate definition of 'less than or equal to'.
(a ^ b) = a   =>   a =< b
 
Theoremdf2le2 128 Alternate definition of 'less than or equal to'.
a =< b   =>   (a ^ b) = a
 
Theoremletr 129 Transitive law for l.e.
a =< b   &   b =< c   =>   a =< c
 
Theorembltr 130 Transitive inference.
a = b   &   b =< c   =>   a =< c
 
Theoremlbtr 131 Transitive inference.
a =< b   &   b = c   =>   a =< c
 
Theoremle3tr1 132 Transitive inference useful for introducing definitions.
a =< b   &   c = a   &   d = b   =>   c =< d
 
Theoremle3tr2 133 Transitive inference useful for eliminating definitions.
a =< b   &   a = c   &   b = d   =>   c =< d
 
Theorembile 134 Biconditional to l.e.
a = b   =>   a =< b
 
Theoremqlhoml1a 135 An ortholattice inequality, corresponding to a theorem provable in Hilbert space. Part of Definition 2.1 p. 2092, in M. Pavicic and N. Megill, "Quantum and Classical Implicational Algebras with Primitive Implication," _Int. J. of Theor. Phys._ 37, 2091-2098 (1998).
a =< a_|__|_
 
Theoremqlhoml1b 136 An ortholattice inequality, corresponding to a theorem provable in Hilbert space.
a_|__|_ =< a
 
Theoremlebi 137 L.e. to biconditional.
a =< b   &   b =< a   =>   a = b
 
Theoremle1 138 Anything is l.e. 1.
a =< 1
 
Theoremle0 139 0 is l.e. anything.
0 =< a
 
Theoremleid 140 Identity law for less-than-or-equal.
a =< a
 
Theoremler 141 Add disjunct to right of l.e.
a =< b   =>   a =< (b v c)
 
Theoremlerr 142 Add disjunct to right of l.e.
a =< b   =>   a =< (c v b)
 
Theoremlel 143 Add conjunct to left of l.e.
a =< b   =>   (a ^ c) =< b
 
Theoremleror 144 Add disjunct to right of both sides
a =< b   =>   (a v c) =< (b v c)
 
Theoremleran 145 Add conjunct to right of both sides
a =< b   =>   (a ^ c) =< (b ^ c)
 
Theoremlecon 146 Contrapositive for l.e.
a =< b   =>   b_|_ =< a_|_
 
Theoremlecon1 147 Contrapositive for l.e.
a_|_ =< b_|_   =>   b =< a
 
Theoremlecon2 148 Contrapositive for l.e.
a_|_ =< b   =>   b_|_ =< a
 
Theoremlecon3 149 Contrapositive for l.e.
a =< b_|_   =>   b =< a_|_
 
Theoremleo 150 L.e. absorption.
a =< (a v b)
 
Theoremleor 151 L.e. absorption.
a =< (b v a)
 
Theoremlea 152 L.e. absorption.
(a ^ b) =< a
 
Theoremlear 153 L.e. absorption.
(a ^ b) =< b
 
Theoremleao1 154 L.e. absorption.
(a ^ b) =< (a v c)
 
Theoremleao2 155 L.e. absorption.
(b ^ a) =< (a v c)
 
Theoremleao3 156 L.e. absorption.
(a ^ b) =< (c v a)
 
Theoremleao4 157 L.e. absorption.
(b ^ a) =< (c v a)
 
Theoremlelor 158 Add disjunct to left of both sides
a =< b   =>   (c v a) =< (c v b)
 
Theoremlelan 159 Add conjunct to left of both sides
a =< b   =>   (c ^ a) =< (c ^ b)
 
Theoremle2or 160 Disjunction of 2 l.e.'s
a =< b   &   c =< d   =>   (a v c) =< (b v d)
 
Theoremle2an 161 Conjunction of 2 l.e.'s
a =< b   &   c =< d   =>   (a ^ c) =< (b ^ d)
 
Theoremlel2or 162 Disjunction of 2 l.e.'s
a =< b   &   c =< b   =>   (a v c) =< b
 
Theoremlel2an 163 Conjunction of 2 l.e.'s
a =< b   &   c =< b   =>   (a ^ c) =< b
 
Theoremler2or 164 Disjunction of 2 l.e.'s
a =< b   &   a =< c   =>   a =< (b v c)
 
Theoremler2an 165 Conjunction of 2 l.e.'s
a =< b   &   a =< c   =>   a =< (b ^ c)
 
Theoremledi 166 Half of distributive law.
((a ^ b) v (a ^ c)) =< (a ^ (b v c))
 
Theoremledir 167 Half of distributive law.
((b ^ a) v (c ^ a)) =< ((b v c) ^ a)
 
Theoremledio 168 Half of distributive law.
(a v (b ^ c)) =< ((a v b) ^ (a v c))
 
Theoremledior 169 Half of distributive law.
((b ^ c) v a) =< ((b v a) ^ (c v a))
 
Theoremcomm0 170 Commutation with 0. Kalmbach 83 p. 20.
a C 0
 
Theoremcomm1 171 Commutation with 1. Kalmbach 83 p. 20.
1 C a
 
Theoremlecom 172 Comparable elements commute. Beran 84 2.3(iii) p. 40.
a =< b   =>   a C b
 
Theorembctr 173 Transitive inference.
a = b   &   b C c   =>   a C c
 
Theoremcbtr 174 Transitive inference.
a C b   &   b = c   =>   a C c
 
Theoremcomcom2 175 Commutation equivalence. Kalmbach 83 p. 23. Does not use OML.
a C b   =>   a C b_|_
 
Theoremcomorr 176 Commutation law. Does not use OML.
a C (a v b)
 
Theoremcoman1 177 Commutation law. Does not use OML.
(a ^ b) C a
 
Theoremcoman2 178 Commutation law. Does not use OML.
(a ^ b) C b
 
Theoremcomid 179 Identity law for commutation. Does not use OML.
a C a
 
Theoremdistlem 180 Distributive law inference (uses OL only).
(a ^ (b v c)) =< b   =>   (a ^ (b v c)) = ((a ^ b) v (a ^ c))
 
Theoremstr 181 Strengthening rule.
a =< (b v c)   &   (a ^ (b v c)) =< b   =>   a =< b
 
Theoremcmtrcom 182 Commutative law for commutator.
C (a, b) = C (b, a)
 
Theoremwa1 183 Weak A1.
(a == a_|__|_) = 1
 
Theoremwa2 184 Weak A2.
((a v b) == (b v a)) = 1
 
Theoremwa3 185 Weak A3.
(((a v b) v c) == (a v (b v c))) = 1
 
Theoremwa4 186 Weak A4.
((a v (b v b_|_)) == (b v b_|_)) = 1
 
Theoremwa5 187 Weak A5.
((a v (a_|_ v b_|_)_|_) == a) = 1
 
Theoremwa6 188 Weak A6.
((a == b) == ((a_|_ v b_|_)_|_ v (a v b)_|_)) = 1
 
Theoremwr1 189 Weak R1.
(a == b) = 1   =>   (b == a) = 1
 
Theoremwr3 190 Weak R3.
(1 == a) = 1   =>   a = 1
 
Theoremwr4 191 Weak R4.
(a == b) = 1   =>   (a_|_ == b_|_) = 1
 
Theoremwa5b 192 Absorption law.
((a v (a ^ b)) == a) = 1
 
Theoremwa5c 193 Absorption law.
((a ^ (a v b)) == a) = 1
 
Theoremwcon 194 Contraposition law.
((a == b) == (a_|_ == b_|_)) = 1
 
Theoremwancom 195 Commutative law.
((a ^ b) == (b ^ a)) = 1
 
Theoremwanass 196 Associative law.
(((a ^ b) ^ c) == (a ^ (b ^ c))) = 1
 
Theoremwwbmp 197 Weak weak equivalential detachment (WBMP).
a = 1   &   (a == b) = 1   =>   b = 1
 
Theoremwwbmpr 198 Weak weak equivalential detachment (WBMP).
b = 1   &   (a == b) = 1   =>   a = 1
 
Theoremwcon1 199 Weak contraposition.
(a_|_ == b_|_) = 1   =>   (a == b) = 1
 
Theoremwcon2 200 Weak contraposition.
(a == b_|_) = 1   =>   (a_|_ == b) = 1

  metamath.org < Previous  Next >