Definition
A form of algebra that uses logical operations on values that can only be one of two states, typically expressed as true/false, 1/0, or on/off. The basic operations are AND, OR, and NOT, and these combine to describe how digital circuits and logic decisions behave.
Plain English
A type of math where every value is either yes or no, and you combine those yes/no values using simple rules like 'both must be true' or 'at least one must be true' to get an answer.
Context Anchor
Seen in avionics, digital electronics, computer logic, and aircraft system descriptions that explain how electronic decisions are made.
Derivation
Named after George Boole, a 19th-century English mathematician who developed this system of logic. Knowing it is named after a person — not derived from an everyday word — helps avoid trying to read meaning into the word 'Boolean' itself.
Why Pilots Care
Modern aircraft are full of systems that work on Boolean logic — gear warnings, stall warnings, autopilot mode logic, fault annunciators. Understanding that these systems make decisions from simple yes/no inputs helps a pilot reason about why a warning is or isn't triggering.
Analogy
Think of a simple rule: the cabin light comes on if the door is open OR the light switch is on. Boolean algebra is the formal way electronic systems handle rules like that.
Grounding Statement
Pilots encounter the results when cockpit computers quickly decide yes or no based on multiple sensor inputs without any gray areas.
Intuition Check
Boolean algebra is not regular arithmetic with large numbers. It is logic built around two-state choices: yes/no, true/false, or on/off.
Example Sentence 1
The landing gear warning horn uses Boolean Algebra to combine throttle position and gear position into a single alert signal.
Example Sentence 2
During avionics troubleshooting, a technician used Boolean algebra to trace why a warning light activated only when two specific circuit conditions occurred together.