HomeHome Intuitionistic Logic Explorer
Theorem List (p. 25 of 169)
< Previous  Next >
Browser slow? Try the
Unicode version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 2401-2500   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremdrnfc1 2401 Formula-building lemma for use with the Distinctor Reduction Theorem. (Contributed by Mario Carneiro, 8-Oct-2016.)
 |-  ( A. x  x  =  y  ->  A  =  B )   =>    |-  ( A. x  x  =  y  ->  ( F/_ x A  <->  F/_ y B ) )
 
Theoremdrnfc2 2402 Formula-building lemma for use with the Distinctor Reduction Theorem. (Contributed by Mario Carneiro, 8-Oct-2016.)
 |-  ( A. x  x  =  y  ->  A  =  B )   =>    |-  ( A. x  x  =  y  ->  ( F/_ z A  <->  F/_ z B ) )
 
Theoremnfabdw 2403* Bound-variable hypothesis builder for a class abstraction. Version of nfabd 2404 with a disjoint variable condition. (Contributed by Mario Carneiro, 8-Oct-2016.) (Revised by GG, 10-Jan-2024.)
 |- 
 F/ y ph   &    |-  ( ph  ->  F/ x ps )   =>    |-  ( ph  ->  F/_ x { y  |  ps } )
 
Theoremnfabd 2404 Bound-variable hypothesis builder for a class abstraction. (Contributed by Mario Carneiro, 8-Oct-2016.)
 |- 
 F/ y ph   &    |-  ( ph  ->  F/ x ps )   =>    |-  ( ph  ->  F/_ x { y  |  ps } )
 
Theoremdvelimdc 2405 Deduction form of dvelimc 2406. (Contributed by Mario Carneiro, 8-Oct-2016.)
 |- 
 F/ x ph   &    |-  F/ z ph   &    |-  ( ph  ->  F/_ x A )   &    |-  ( ph  ->  F/_ z B )   &    |-  ( ph  ->  ( z  =  y  ->  A  =  B )
 )   =>    |-  ( ph  ->  ( -.  A. x  x  =  y  ->  F/_ x B ) )
 
Theoremdvelimc 2406 Version of dvelim 2071 for classes. (Contributed by Mario Carneiro, 8-Oct-2016.)
 |-  F/_ x A   &    |-  F/_ z B   &    |-  (
 z  =  y  ->  A  =  B )   =>    |-  ( -.  A. x  x  =  y  ->  F/_ x B )
 
Theoremnfcvf 2407 If  x and  y are distinct, then  x is not free in  y. (Contributed by Mario Carneiro, 8-Oct-2016.)
 |-  ( -.  A. x  x  =  y  ->  F/_ x y )
 
Theoremnfcvf2 2408 If  x and  y are distinct, then  y is not free in  x. (Contributed by Mario Carneiro, 5-Dec-2016.)
 |-  ( -.  A. x  x  =  y  ->  F/_ y x )
 
Theoremcleqf 2409 Establish equality between classes, using bound-variable hypotheses instead of distinct variable conditions. See also cleqh 2332. (Contributed by NM, 5-Aug-1993.) (Revised by Mario Carneiro, 7-Oct-2016.)
 |-  F/_ x A   &    |-  F/_ x B   =>    |-  ( A  =  B 
 <-> 
 A. x ( x  e.  A  <->  x  e.  B ) )
 
Theoremabid2f 2410 A simplification of class abstraction. Theorem 5.2 of [Quine] p. 35. (Contributed by NM, 5-Sep-2011.) (Revised by Mario Carneiro, 7-Oct-2016.)
 |-  F/_ x A   =>    |- 
 { x  |  x  e.  A }  =  A
 
Theoremsbabel 2411* Theorem to move a substitution in and out of a class abstraction. (Contributed by NM, 27-Sep-2003.) (Revised by Mario Carneiro, 7-Oct-2016.)
 |-  F/_ x A   =>    |-  ( [ y  /  x ] { z  | 
 ph }  e.  A  <->  { z  |  [ y  /  x ] ph }  e.  A )
 
2.1.4  Negated equality and membership
 
2.1.4.1  Negated equality
 
Syntaxwne 2412 Extend wff notation to include inequality.
 wff  A  =/=  B
 
Definitiondf-ne 2413 Define inequality. (Contributed by NM, 5-Aug-1993.)
 |-  ( A  =/=  B  <->  -.  A  =  B )
 
Theoremneii 2414 Inference associated with df-ne 2413. (Contributed by BJ, 7-Jul-2018.)
 |-  A  =/=  B   =>    |-  -.  A  =  B
 
Theoremneir 2415 Inference associated with df-ne 2413. (Contributed by BJ, 7-Jul-2018.)
 |- 
 -.  A  =  B   =>    |-  A  =/=  B
 
Theoremnner 2416 Negation of inequality. (Contributed by Jim Kingdon, 23-Dec-2018.)
 |-  ( A  =  B  ->  -.  A  =/=  B )
 
Theoremnnedc 2417 Negation of inequality where equality is decidable. (Contributed by Jim Kingdon, 15-May-2018.)
 |-  (DECID  A  =  B  ->  ( -.  A  =/=  B  <->  A  =  B ) )
 
Theoremdcned 2418 Decidable equality implies decidable negated equality. (Contributed by Jim Kingdon, 3-May-2020.)
 |-  ( ph  -> DECID  A  =  B )   =>    |-  ( ph  -> DECID  A  =/=  B )
 
Theoremneqned 2419 If it is not the case that two classes are equal, they are unequal. Converse of neneqd 2433. One-way deduction form of df-ne 2413. (Contributed by David Moews, 28-Feb-2017.) Allow a shortening of necon3bi 2462. (Revised by Wolf Lammen, 22-Nov-2019.)
 |-  ( ph  ->  -.  A  =  B )   =>    |-  ( ph  ->  A  =/=  B )
 
Theoremneqne 2420 From non-equality to inequality. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  ( -.  A  =  B  ->  A  =/=  B )
 
Theoremneirr 2421 No class is unequal to itself. (Contributed by Stefan O'Rear, 1-Jan-2015.) (Proof rewritten by Jim Kingdon, 15-May-2018.)
 |- 
 -.  A  =/=  A
 
Theoremeqneqall 2422 A contradiction concerning equality implies anything. (Contributed by Alexander van der Vekens, 25-Jan-2018.)
 |-  ( A  =  B  ->  ( A  =/=  B  -> 
 ph ) )
 
Theoremdcne 2423 Decidable equality expressed in terms of  =/=. Basically the same as df-dc 843. (Contributed by Jim Kingdon, 14-Mar-2020.)
 |-  (DECID  A  =  B  <->  ( A  =  B  \/  A  =/=  B ) )
 
Theoremnonconne 2424 Law of noncontradiction with equality and inequality. (Contributed by NM, 3-Feb-2012.)
 |- 
 -.  ( A  =  B  /\  A  =/=  B )
 
Theoremneeq1 2425 Equality theorem for inequality. (Contributed by NM, 19-Nov-1994.)
 |-  ( A  =  B  ->  ( A  =/=  C  <->  B  =/=  C ) )
 
Theoremneeq2 2426 Equality theorem for inequality. (Contributed by NM, 19-Nov-1994.)
 |-  ( A  =  B  ->  ( C  =/=  A  <->  C  =/=  B ) )
 
Theoremneeq1i 2427 Inference for inequality. (Contributed by NM, 29-Apr-2005.)
 |-  A  =  B   =>    |-  ( A  =/=  C  <->  B  =/=  C )
 
Theoremneeq2i 2428 Inference for inequality. (Contributed by NM, 29-Apr-2005.)
 |-  A  =  B   =>    |-  ( C  =/=  A  <->  C  =/=  B )
 
Theoremneeq12i 2429 Inference for inequality. (Contributed by NM, 24-Jul-2012.)
 |-  A  =  B   &    |-  C  =  D   =>    |-  ( A  =/=  C  <->  B  =/=  D )
 
Theoremneeq1d 2430 Deduction for inequality. (Contributed by NM, 25-Oct-1999.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( A  =/=  C  <->  B  =/=  C ) )
 
Theoremneeq2d 2431 Deduction for inequality. (Contributed by NM, 25-Oct-1999.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( ph  ->  ( C  =/=  A  <->  C  =/=  B ) )
 
Theoremneeq12d 2432 Deduction for inequality. (Contributed by NM, 24-Jul-2012.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  C  =  D )   =>    |-  ( ph  ->  ( A  =/=  C  <->  B  =/=  D ) )
 
Theoremneneqd 2433 Deduction eliminating inequality definition. (Contributed by Jonathan Ben-Naim, 3-Jun-2011.)
 |-  ( ph  ->  A  =/=  B )   =>    |-  ( ph  ->  -.  A  =  B )
 
Theoremneneq 2434 From inequality to non-equality. (Contributed by Glauco Siliprandi, 11-Dec-2019.)
 |-  ( A  =/=  B  ->  -.  A  =  B )
 
Theoremeqnetri 2435 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  A  =  B   &    |-  B  =/=  C   =>    |-  A  =/=  C
 
Theoremeqnetrd 2436 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  B  =/=  C )   =>    |-  ( ph  ->  A  =/=  C )
 
Theoremeqnetrri 2437 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  A  =  B   &    |-  A  =/=  C   =>    |-  B  =/=  C
 
Theoremeqnetrrd 2438 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  A  =/=  C )   =>    |-  ( ph  ->  B  =/=  C )
 
Theoremneeqtri 2439 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  A  =/=  B   &    |-  B  =  C   =>    |-  A  =/=  C
 
Theoremneeqtrd 2440 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  ( ph  ->  A  =/=  B )   &    |-  ( ph  ->  B  =  C )   =>    |-  ( ph  ->  A  =/=  C )
 
Theoremneeqtrri 2441 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  A  =/=  B   &    |-  C  =  B   =>    |-  A  =/=  C
 
Theoremneeqtrrd 2442 Substitution of equal classes into an inequality. (Contributed by NM, 4-Jul-2012.)
 |-  ( ph  ->  A  =/=  B )   &    |-  ( ph  ->  C  =  B )   =>    |-  ( ph  ->  A  =/=  C )
 
Theoremeqnetrrid 2443 B chained equality inference for inequality. (Contributed by NM, 6-Jun-2012.)
 |-  B  =  A   &    |-  ( ph  ->  B  =/=  C )   =>    |-  ( ph  ->  A  =/=  C )
 
Theorem3netr3d 2444 Substitution of equality into both sides of an inequality. (Contributed by NM, 24-Jul-2012.)
 |-  ( ph  ->  A  =/=  B )   &    |-  ( ph  ->  A  =  C )   &    |-  ( ph  ->  B  =  D )   =>    |-  ( ph  ->  C  =/=  D )
 
Theorem3netr4d 2445 Substitution of equality into both sides of an inequality. (Contributed by NM, 24-Jul-2012.)
 |-  ( ph  ->  A  =/=  B )   &    |-  ( ph  ->  C  =  A )   &    |-  ( ph  ->  D  =  B )   =>    |-  ( ph  ->  C  =/=  D )
 
Theorem3netr3g 2446 Substitution of equality into both sides of an inequality. (Contributed by NM, 24-Jul-2012.)
 |-  ( ph  ->  A  =/=  B )   &    |-  A  =  C   &    |-  B  =  D   =>    |-  ( ph  ->  C  =/=  D )
 
Theorem3netr4g 2447 Substitution of equality into both sides of an inequality. (Contributed by NM, 14-Jun-2012.)
 |-  ( ph  ->  A  =/=  B )   &    |-  C  =  A   &    |-  D  =  B   =>    |-  ( ph  ->  C  =/=  D )
 
Theoremnecon3abii 2448 Deduction from equality to inequality. (Contributed by NM, 9-Nov-2007.)
 |-  ( A  =  B  <->  ph )   =>    |-  ( A  =/=  B  <->  -.  ph )
 
Theoremnecon3bbii 2449 Deduction from equality to inequality. (Contributed by NM, 13-Apr-2007.)
 |-  ( ph  <->  A  =  B )   =>    |-  ( -.  ph  <->  A  =/=  B )
 
Theoremnecon3bii 2450 Inference from equality to inequality. (Contributed by NM, 23-Feb-2005.)
 |-  ( A  =  B  <->  C  =  D )   =>    |-  ( A  =/=  B  <->  C  =/=  D )
 
Theoremnecon3abid 2451 Deduction from equality to inequality. (Contributed by NM, 21-Mar-2007.)
 |-  ( ph  ->  ( A  =  B  <->  ps ) )   =>    |-  ( ph  ->  ( A  =/=  B  <->  -.  ps ) )
 
Theoremnecon3bbid 2452 Deduction from equality to inequality. (Contributed by NM, 2-Jun-2007.)
 |-  ( ph  ->  ( ps 
 <->  A  =  B ) )   =>    |-  ( ph  ->  ( -.  ps  <->  A  =/=  B ) )
 
Theoremnecon3bid 2453 Deduction from equality to inequality. (Contributed by NM, 23-Feb-2005.) (Proof shortened by Andrew Salmon, 25-May-2011.)
 |-  ( ph  ->  ( A  =  B  <->  C  =  D ) )   =>    |-  ( ph  ->  ( A  =/=  B  <->  C  =/=  D ) )
 
Theoremnecon3ad 2454 Contrapositive law deduction for inequality. (Contributed by NM, 2-Apr-2007.) (Proof rewritten by Jim Kingdon, 15-May-2018.)
 |-  ( ph  ->  ( ps  ->  A  =  B ) )   =>    |-  ( ph  ->  ( A  =/=  B  ->  -.  ps ) )
 
Theoremnecon3bd 2455 Contrapositive law deduction for inequality. (Contributed by NM, 2-Apr-2007.) (Proof rewritten by Jim Kingdon, 15-May-2018.)
 |-  ( ph  ->  ( A  =  B  ->  ps ) )   =>    |-  ( ph  ->  ( -.  ps  ->  A  =/=  B ) )
 
Theoremnecon3d 2456 Contrapositive law deduction for inequality. (Contributed by NM, 10-Jun-2006.)
 |-  ( ph  ->  ( A  =  B  ->  C  =  D ) )   =>    |-  ( ph  ->  ( C  =/=  D  ->  A  =/=  B ) )
 
Theoremnesym 2457 Characterization of inequality in terms of reversed equality (see bicom 140). (Contributed by BJ, 7-Jul-2018.)
 |-  ( A  =/=  B  <->  -.  B  =  A )
 
Theoremnesymi 2458 Inference associated with nesym 2457. (Contributed by BJ, 7-Jul-2018.)
 |-  A  =/=  B   =>    |-  -.  B  =  A
 
Theoremnesymir 2459 Inference associated with nesym 2457. (Contributed by BJ, 7-Jul-2018.)
 |- 
 -.  A  =  B   =>    |-  B  =/=  A
 
Theoremnecon3i 2460 Contrapositive inference for inequality. (Contributed by NM, 9-Aug-2006.)
 |-  ( A  =  B  ->  C  =  D )   =>    |-  ( C  =/=  D  ->  A  =/=  B )
 
Theoremnecon3ai 2461 Contrapositive inference for inequality. (Contributed by NM, 23-May-2007.) (Proof rewritten by Jim Kingdon, 15-May-2018.)
 |-  ( ph  ->  A  =  B )   =>    |-  ( A  =/=  B  ->  -.  ph )
 
Theoremnecon3bi 2462 Contrapositive inference for inequality. (Contributed by NM, 1-Jun-2007.) (Proof rewritten by Jim Kingdon, 15-May-2018.)
 |-  ( A  =  B  -> 
 ph )   =>    |-  ( -.  ph  ->  A  =/=  B )
 
Theoremnecon1aidc 2463 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 15-May-2018.)
 |-  (DECID 
 ph  ->  ( -.  ph  ->  A  =  B ) )   =>    |-  (DECID 
 ph  ->  ( A  =/=  B 
 ->  ph ) )
 
Theoremnecon1bidc 2464 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 15-May-2018.)
 |-  (DECID  A  =  B  ->  ( A  =/=  B  ->  ph ) )   =>    |-  (DECID  A  =  B  ->  ( -.  ph  ->  A  =  B ) )
 
Theoremnecon1idc 2465 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  ( A  =/=  B  ->  C  =  D )   =>    |-  (DECID  A  =  B  ->  ( C  =/=  D  ->  A  =  B ) )
 
Theoremnecon2ai 2466 Contrapositive inference for inequality. (Contributed by NM, 16-Jan-2007.) (Proof rewritten by Jim Kingdon, 16-May-2018.)
 |-  ( A  =  B  ->  -.  ph )   =>    |-  ( ph  ->  A  =/=  B )
 
Theoremnecon2bi 2467 Contrapositive inference for inequality. (Contributed by NM, 1-Apr-2007.)
 |-  ( ph  ->  A  =/=  B )   =>    |-  ( A  =  B  ->  -.  ph )
 
Theoremnecon2i 2468 Contrapositive inference for inequality. (Contributed by NM, 18-Mar-2007.)
 |-  ( A  =  B  ->  C  =/=  D )   =>    |-  ( C  =  D  ->  A  =/=  B )
 
Theoremnecon2ad 2469 Contrapositive inference for inequality. (Contributed by NM, 19-Apr-2007.) (Proof rewritten by Jim Kingdon, 16-May-2018.)
 |-  ( ph  ->  ( A  =  B  ->  -. 
 ps ) )   =>    |-  ( ph  ->  ( ps  ->  A  =/=  B ) )
 
Theoremnecon2bd 2470 Contrapositive inference for inequality. (Contributed by NM, 13-Apr-2007.)
 |-  ( ph  ->  ( ps  ->  A  =/=  B ) )   =>    |-  ( ph  ->  ( A  =  B  ->  -. 
 ps ) )
 
Theoremnecon2d 2471 Contrapositive inference for inequality. (Contributed by NM, 28-Dec-2008.)
 |-  ( ph  ->  ( A  =  B  ->  C  =/=  D ) )   =>    |-  ( ph  ->  ( C  =  D  ->  A  =/=  B ) )
 
Theoremnecon1abiidc 2472 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  (DECID 
 ph  ->  ( -.  ph  <->  A  =  B ) )   =>    |-  (DECID 
 ph  ->  ( A  =/=  B  <->  ph ) )
 
Theoremnecon1bbiidc 2473 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  (DECID  A  =  B  ->  ( A  =/=  B  <->  ph ) )   =>    |-  (DECID  A  =  B  ->  ( -.  ph  <->  A  =  B ) )
 
Theoremnecon1abiddc 2474 Contrapositive deduction for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  ( ph  ->  (DECID  ps  ->  ( -.  ps  <->  A  =  B ) ) )   =>    |-  ( ph  ->  (DECID  ps 
 ->  ( A  =/=  B  <->  ps ) ) )
 
Theoremnecon1bbiddc 2475 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  ( A  =/=  B  <->  ps ) ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  ( -.  ps  <->  A  =  B ) ) )
 
Theoremnecon2abiidc 2476 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  (DECID 
 ph  ->  ( A  =  B 
 <->  -.  ph ) )   =>    |-  (DECID 
 ph  ->  ( ph  <->  A  =/=  B ) )
 
Theoremnecon2bbiidc 2477 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  (DECID  A  =  B  ->  (
 ph 
 <->  A  =/=  B ) )   =>    |-  (DECID  A  =  B  ->  ( A  =  B  <->  -.  ph ) )
 
Theoremnecon2abiddc 2478 Contrapositive deduction for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  ( ph  ->  (DECID  ps  ->  ( A  =  B  <->  -. 
 ps ) ) )   =>    |-  ( ph  ->  (DECID  ps  ->  ( ps  <->  A  =/=  B ) ) )
 
Theoremnecon2bbiddc 2479 Contrapositive deduction for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  ( ps  <->  A  =/=  B ) ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  ( A  =  B  <->  -.  ps ) ) )
 
Theoremnecon4aidc 2480 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  (DECID  A  =  B  ->  ( A  =/=  B  ->  -.  ph ) )   =>    |-  (DECID  A  =  B  ->  (
 ph  ->  A  =  B ) )
 
Theoremnecon4idc 2481 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 16-May-2018.)
 |-  (DECID  A  =  B  ->  ( A  =/=  B  ->  C  =/=  D ) )   =>    |-  (DECID  A  =  B  ->  ( C  =  D  ->  A  =  B ) )
 
Theoremnecon4addc 2482 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 17-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  ( A  =/=  B  ->  -.  ps ) ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  ( ps  ->  A  =  B ) ) )
 
Theoremnecon4bddc 2483 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 17-May-2018.)
 |-  ( ph  ->  (DECID  ps  ->  ( -.  ps  ->  A  =/=  B ) ) )   =>    |-  ( ph  ->  (DECID  ps  ->  ( A  =  B  ->  ps ) ) )
 
Theoremnecon4ddc 2484 Contrapositive inference for inequality. (Contributed by Jim Kingdon, 17-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  ( A  =/=  B  ->  C  =/=  D ) ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  ( C  =  D  ->  A  =  B ) ) )
 
Theoremnecon4abiddc 2485 Contrapositive law deduction for inequality. (Contributed by Jim Kingdon, 18-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  (DECID  ps  ->  ( A  =/=  B  <->  -.  ps ) ) ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  (DECID  ps  ->  ( A  =  B  <->  ps ) ) ) )
 
Theoremnecon4bbiddc 2486 Contrapositive law deduction for inequality. (Contributed by Jim Kingdon, 19-May-2018.)
 |-  ( ph  ->  (DECID  ps  ->  (DECID  A  =  B  ->  ( -.  ps  <->  A  =/=  B ) ) ) )   =>    |-  ( ph  ->  (DECID  ps 
 ->  (DECID  A  =  B  ->  ( ps  <->  A  =  B ) ) ) )
 
Theoremnecon4biddc 2487 Contrapositive law deduction for inequality. (Contributed by Jim Kingdon, 19-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  (DECID  C  =  D  ->  ( A  =/=  B  <->  C  =/=  D ) ) ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  (DECID  C  =  D  ->  ( A  =  B 
 <->  C  =  D ) ) ) )
 
Theoremnecon1addc 2488 Contrapositive deduction for inequality. (Contributed by Jim Kingdon, 19-May-2018.)
 |-  ( ph  ->  (DECID  ps  ->  ( -.  ps  ->  A  =  B ) ) )   =>    |-  ( ph  ->  (DECID  ps  ->  ( A  =/=  B  ->  ps ) ) )
 
Theoremnecon1bddc 2489 Contrapositive deduction for inequality. (Contributed by Jim Kingdon, 19-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  ( A  =/=  B  ->  ps )
 ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  ( -. 
 ps  ->  A  =  B ) ) )
 
Theoremnecon1ddc 2490 Contrapositive law deduction for inequality. (Contributed by Jim Kingdon, 19-May-2018.)
 |-  ( ph  ->  (DECID  A  =  B  ->  ( A  =/=  B  ->  C  =  D ) ) )   =>    |-  ( ph  ->  (DECID  A  =  B  ->  ( C  =/=  D 
 ->  A  =  B ) ) )
 
Theoremneneqad 2491 If it is not the case that two classes are equal, they are unequal. Converse of neneqd 2433. One-way deduction form of df-ne 2413. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  -.  A  =  B )   =>    |-  ( ph  ->  A  =/=  B )
 
Theoremnebidc 2492 Contraposition law for inequality. (Contributed by Jim Kingdon, 19-May-2018.)
 |-  (DECID  A  =  B  ->  (DECID  C  =  D  ->  (
 ( A  =  B  <->  C  =  D )  <->  ( A  =/=  B  <->  C  =/=  D ) ) ) )
 
Theorempm13.18 2493 Theorem *13.18 in [WhiteheadRussell] p. 178. (Contributed by Andrew Salmon, 3-Jun-2011.)
 |-  ( ( A  =  B  /\  A  =/=  C )  ->  B  =/=  C )
 
Theorempm13.181 2494 Theorem *13.181 in [WhiteheadRussell] p. 178. (Contributed by Andrew Salmon, 3-Jun-2011.)
 |-  ( ( A  =  B  /\  B  =/=  C )  ->  A  =/=  C )
 
Theorempm2.21ddne 2495 A contradiction implies anything. Equality/inequality deduction form. (Contributed by David Moews, 28-Feb-2017.)
 |-  ( ph  ->  A  =  B )   &    |-  ( ph  ->  A  =/=  B )   =>    |-  ( ph  ->  ps )
 
Theoremnecom 2496 Commutation of inequality. (Contributed by NM, 14-May-1999.)
 |-  ( A  =/=  B  <->  B  =/=  A )
 
Theoremnecomi 2497 Inference from commutative law for inequality. (Contributed by NM, 17-Oct-2012.)
 |-  A  =/=  B   =>    |-  B  =/=  A
 
Theoremnecomd 2498 Deduction from commutative law for inequality. (Contributed by NM, 12-Feb-2008.)
 |-  ( ph  ->  A  =/=  B )   =>    |-  ( ph  ->  B  =/=  A )
 
Theoremneanior 2499 A De Morgan's law for inequality. (Contributed by NM, 18-May-2007.)
 |-  ( ( A  =/=  B 
 /\  C  =/=  D ) 
 <->  -.  ( A  =  B  \/  C  =  D ) )
 
Theoremne3anior 2500 A De Morgan's law for inequality. (Contributed by NM, 30-Sep-2013.) (Proof rewritten by Jim Kingdon, 19-May-2018.)
 |-  ( ( A  =/=  B 
 /\  C  =/=  D  /\  E  =/=  F )  <->  -.  ( A  =  B  \/  C  =  D  \/  E  =  F )
 )
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-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-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16881
  Copyright terms: Public domain < Previous  Next >