Statement


A statement is the assertion behind a declarative sentence, being either true or false. Statements can be written in any language.

Here are some statements:

"The sky is blue."
"All rubber duckies are yellow."
"There exists a positive integer less than its square."

Now, some examples of non-statements:

"How's it going?"
"BOOYAH!!!"

Statements can be modified with quantifiers, which alter the scope of the claim.

Contents

Universal statements


A statement with a universal quantifier is a universal statement. They involve claims about all elements in a set, that hold over an entire domain. Most theorems are universal statements.

"All rubber duckies are yellow."

Existential statements


A statement with an existential quantifier is an existential statement. They claim that an element with certain properties exists in the domain.

"There exists a positive integer less than its square."

Disproving existential statements


Disproving an existential statement is the same process as proving a universal statement. By De Morgan's laws, the negation of the above existential statement is a universal statement:

"All positive integers are greater than or equal to their square."

So, to disprove that there exists a positive integer less than its square, you will need to prove that all positive integers are greater than or equal to their square through universal generalization.

Logic & Proofs
IntegerRational numberInequalityReal numberTheoremProofStatementProof by exhaustionUniversal generalizationCounterexampleExistence proofExistential instantiationAxiomLogicTruthPropositionCompound propositionLogical operationLogical equivalenceTautologyContradictionLogic lawPredicateDomainQuantifierArgumentRule of inferenceLogical proofDirect proofProof by contrapositiveIrrational numberProof by contradictionProof by casesSummationDisjunctive normal form
Set Theory
SetElementEmpty setUniversal setSubsetPower setCartesian productStringBinary stringEmpty stringSet operationSet identitySet proof
Functions
FunctionFloor functionCeiling functionInverse function
Algorithms
AlgorithmPseudocodeCommandAsymptotic notationTime complexityAtomic operationBrute-force algorithm
Relations
RelationReflexive relationSymmetric relationTransitive relationRelation compositionEquivalence relationEquivalence class
Number Theory
Integer divisionLinear combinationDivision algorithmModular arithmeticPrime factorizationGreatest common divisorLeast common multiplePrimality testFactoring algorithmEuclid's theoremPrime number theoremEuclidean algorithm
Induction
Proof by inductionFibonacci sequenceProof by strong inductionWell-ordering principleSequenceFactorialRecursive definition
Combinatorics
Rule of productRule of sumBijection rulePermutationCombinationComplement ruleExperimentOutcomeSample spaceEventProbabilityProbability distributionUniform distributionMultisetSixfold wayInclusion-exclusion principlePigeonhole principle
Graph Theory
GraphWalkSubgraphRegular graphComplete graphEmpty graphCycle graphHypercube graphBipartite graphComponentEulerian circuitEulerian trailHamiltonian cycleHamiltonian pathTreeHuffman treeSubstringForestPath graphStarSpanning treeWeighted graphMinimum spanning treeGreedy algorithmPrim's algorithm
Recursion
RecursionRecursive algorithmCorrectness proofDivide-and-conquer algorithmSorting algorithmMerge sort