Logic Lab Teacher Guide Logic Lab Guide
Lesson 1: Symbolic Logic & Word Relationships
TEACHER RESOURCE
The Hook: Emoji Equations
Display the following "Equation" on the board without explanation. Challenge students to "solve" it by finding the missing emoji and explaining the rule .
☀️ : 🌻 :: 🌙 : ?
Expected Answer: 🌙 : 🌌 (Moon : Night-blooming flower or star). The rule is "Light source to thing that responds to it."
🍎 : 🌳 :: 🥛 : ?
Expected Answer: 🥛 : 🐄 (Milk : Cow). The rule is "Product to Source."
Key Conceptual Shifts
From Literature to Logic: Move students away from "feeling" the relationship to defining it mathematically as \(A:B :: C:D\).
The "Bridge" Sentence: Teach the technique of creating a "Bridge" sentence for \(A\) and \(B\). If the same sentence works for \(C\) and \(D\), the logic holds.
Symmetry & Directionality: Emphasize that order matters. If \(A\) is a part of \(B\), then \(C\) must be a part of \(D\). Reversing one side breaks the equation.
Logic Notation Key
\(:\)
"is to"
\(::\)
"as" (logical equivalence)
\(A:B\)
The "Base Pair"
\(C:D\)
The "Target Pair"
Common Fallacies
• Reversing order (B:A)
• Loose connection (Vague relation)
• Secondary meanings (Homonyms)
Discussion Prompts
1. Structural Integrity
"Why can't we say 'Hammer : Tool :: Saw : Metal'? What is the logical break in the structure?"
2. Variable Replacement
"If we replace 'Dog : Mammal' with 'X : Y', what qualities must any pair substituted for X and Y possess?"
Symbolic Logic Slides SYMBOLIC LOGIC
DECODING VERBAL EQUATIONS
A : B :: C : D
The Hook
SESSION_01 // PUZZLE
Solve the equation and identify the Rule :
☀️
:
🌻
::
🌙
What is the missing term?
What is the logical rule?
Anatomy of Logic
The Notation
: means "is to"
:: means "as"
The Rule
The logical relationship must be identical on both sides of the equation.
LOGIC_TEST_01
Hammer : Tool
::
Red : Color
"A hammer is a type of tool, just as red is a type of color."
The Rule of Order
Valid Logic
Part : Whole :: Part : Whole
Finger : Hand :: Pedal : Bike
Broken Logic
Part : Whole :: Whole : Part
Finger : Hand :: Bike : Pedal
Directionality Violation
Logic Equation Principle: If A → B, then C → D.
Logical Equations Worksheet LAB REPORT: LOGICAL EQUATIONS
Unit: Reasoning with Abstract Relationships
STUDENT:
DATE:
PART 1: Solving for X
Complete the equation by providing the missing term. Then, define the Logical Rule using the bridge sentence format: "A [relationship] B as C [relationship] D."
Incipient : Beginning :: Ephemeral :
Logical Rule
Metaphor : Literary :: Scalpel :
Logical Rule
Cacophony : Sound :: Glitch :
Logical Rule
PART 2: Structural Audit
Each of these equations is LOGICALLY BROKEN . Identify if the error is Directionality (reversing order) or Weak Relationship (vague connection), then fix it.
Preamble : Document :: Book : Foreword
Directionality Error
Weak Relationship
Corrected Equation
Pen : Write :: Knife : Sharp
Directionality Error
Weak Relationship
Corrected Equation
Spatial Temporal Guide Logic Lab Guide
Lesson 2: Spatial & Temporal Sequences
TEACHER RESOURCE
The Hook: Analogy Maze
Materials Needed: Blindfolds, tape to mark a simple path on the floor.
Students work in pairs. One is blindfolded. The "Navigator" cannot use direction words (Left, Right, Forward, Back). Instead, they must use spatial analogies.
"Move in the direction that is to Left as Up is to Down ." (Move Right)
"Move in the direction that is to Forward as Start is to End ." (Move Backwards)
Mapping Time & Space
Spatial and temporal analogies rely on Vectors (Direction + Magnitude). Help students visualize these as coordinates.
Temporal Relationships
• Sequence (Before : After)
• Duration (Moment : Epoch)
• Frequency (Always : Seldom)
Spatial Relationships
• Proximity (Near : Far)
• Position (Peak : Valley)
• Containment (Shell : Nut)
Logic Tip: The Vector Rule
In spatial analogies, the "distance" and "direction" between A and B must be mathematically consistent with C and D.
Attic : Basement
[High to Low]
::
Summit : Base
[High to Low]
Visualization Strategy
Encourage students to draw arrows or timelines for every problem. If the arrows don't point the same way or have different lengths, the analogy is invalid.
Vector Logic Slides VECTOR LOGIC
Space, Time, and Sequences
Spatial Vectors
SESSION_02 // MAPPING
Spatial analogies move through a 3D coordinate system:
Elevation: Peak : Valley
Containment: Kernel : Corn
Proximity: Remote : Distant
THE MAP
ATTIC BASEMENT
::
SUMMIT VALLEY
Temporal Flow
PAST
FUTURE
Preamble
Constitution
Sequence
"First to Last"
Dawn : Dusk
Duration
"Short to Long"
Trill : Symphony
Frequency
"Never to Always"
Rare : Chronic
Vector Mapping Worksheet Vector Mapping Protocol
Spatial & Temporal Logic Diagnostics
SUBJECT ID
TIMESTAMP
Protocol Instructions
For each analogy, you must provide the Visual Vector (an arrow or timeline indicating direction/magnitude) and the Resolution Pair .
1. Subterranean : Surface ::
Rule: Low to High (Elevation)
Visual Vector Diagram
Target Pair?
2. Epilogue : Novel ::
Rule: End to Whole (Sequence)
Temporal Timeline
(Mark A, B, C, D on line)
Target Pair?
3. Whispering : Audible ::
Rule: Threshold to Limit (Magnitude)
Magnitude Gradient
(Plot points along intensity)
Target Pair?
LOGIC ANALYSIS: Why does "Vector Mapping" work better than simply guessing? Algorithmic Thinking Guide Logic Lab Guide
Lesson 3: Algorithmic Thinking with Vocabulary
TEACHER RESOURCE
The Hook: Human Computer
Select 3 students to act as "Processors." Give them specific "Logical Rules" printed on cards. Provide the class with "Input Words." The processors must output the correct analogy term based only on their assigned rule.
PROCESSOR_A
IF Input is 'Animal', THEN Output 'Mammal' (Categorization)
PROCESSOR_B
IF Input is 'Tool', THEN Output 'Usage' (Function)
PROCESSOR_C
IF Input is 'Action', THEN Output 'Actor' (Agent)
Algorithmic Rule Formulation
Teach students to write "IF/THEN" statements for analogies. This removes ambiguity and forces precision.
// Analogy Logic Script
INPUT base_pair(A, B);
DEFINE relationship = "B is the tool used for A";
TEST target_pair(C, D);
IF (D is the tool used for C) { RETURN TRUE; }
ELSE { ERROR: LOGIC_BREAK; }
Conceptual Bridge
"Coding is just a series of analogies where commands (A) relate to actions (B). If we can solve verbal logic like a programmer, we can't be fooled by tricky wording."
Student Objective
By the end of this lesson, students should be able to visualize a flowchart for any SAT/LSAT style analogy question.
Analogy Algorithm Slides ANALO_CORE.v3
Designing the Logic Algorithm
SYSTEM_READY
The Logic Script
CLASS ANALOGY { ... }
To solve any analogy, we must convert the relationship into a Programmatic Rule .
IF TermA is...
THEN TermB is...
This rule must be universal and testable.
// Relationship: Characteristic
function testLogic(A, B) {
if (B == traitOf(A)) {
return "VALID_EQUATION";
} else {
throw Error("BREAK");
}
}
testLogic("Lead", "Heavy");
>> VALID_EQUATION
Flowcharting for 'X'
START: Base Pair
Sculptor : Stone
Is Term B the material of Term A?
YES / NO
YES: Solve Target
Tailor : Fabric
NO: Refine Rule
Restart Analysis
Analogy Algorithm Project THE ANALOGY ALGORITHM
SYSTEM DESIGN : : FLOWCHART_X
DESIGNER_ID
REVISION_DATE
Project Scope
Your task is to design a "Universal Logic Flowchart" that can solve the most difficult class of analogies: Abstract Relationships . You must account for Categorization, Function, and Magnitude errors.
01 Input Analysis: Defining the Bridge
Choose a complex base pair (e.g., Mitigate : Severity ) and write its logic script below.
Pseudo-Code Script
// Relationship Definition
DEFINE rel_type = "______________";
IF (TargetD matches rel_type of TargetC) {
return "SOLVED";
}
The "Bridge" Sentence
"Write the universal sentence here..."
02 The Universal Logic Flowchart
Draw your decision tree. Include at least two "Diamond" decision nodes (Yes/No questions) to filter out incorrect answer choices.
START
DECISION 1
Fallacy Detection Guide Logic Lab Guide
Lesson 4: Detecting Logical Fallacies
CRITICAL ANALYSIS
The Hook: Spurious Correlations
Present the infamous graph correlating Ice Cream Sales with Shark Attacks . Ask students: "Is the relationship Ice Cream : Shark Attacks logically sound? What is the hidden variable (Term X) that connects them?"
"Eating ice cream is to shark attacks as starting a fire is to raining."
FAULTY ANALOGY: Correlation ≠ Causation
False Equivalence Fallacy
This is the most common "broken analogy" in media. It occurs when two things are compared as equal logic despite having massive differences in scale, impact, or proof.
Real-World Case
"Comparing a mandatory safety regulation to a total loss of freedom."
The Logic Check
Does A really equal B in magnitude and scope ?
Detective's Toolbox
1. Hasty Generalization: Making an analogy based on a tiny sample size.
2. Slippery Slope: An analogy that suggests one small action (A) leads to a catastrophic end (B).
3. Weak Analogy: Comparing things that are only superficially similar.
Discussion Prompt
"Why are analogies so persuasive even when they are logically broken? How do they hack our brains' pattern recognition?"
Logic Breach Slides LOGIC BREACH
Detecting Fallacies in Comparison
The "Term X" Glitch
SESSION_04 // ERROR_LOG
Spurious Correlation
Just because two terms (A and B) follow the same pattern doesn't mean they are logically related.
"Ice Cream Sales : Shark Attacks"
Missing Variable: SUMMER
A
B
Correlation ≠ Causation
False Equivalence
The Faulty Weight
Assuming that because two things share ONE trait, they are equal in ALL ways.
EXAMPLE_01
"The internet is like a public library, so it should be funded exactly the same way."
Libr.
Web
IMBALANCE
Fallacy Forensic Report Forensic Logic Division
FALLACY CASE FILE
Subject: Media & Statistical Comparisons
OFFICER_SIGNATURE
INCIDENT_DATE
CASE_01
The "Old School" Equivalence
EXHIBIT A
"When I was a kid, we didn't have seatbelts or helmets, and we all turned out just fine. Therefore, modern safety regulations are just unnecessary inconveniences."
Logic Breach Identification
Hasty Generalization
False Equivalence
Survivorship Bias
Forensic Breakdown
Explain why the comparison between "turning out fine" and "safety policy" is logically incomplete.
CASE_02
The Correlation Trap
// DATASET_SCRAPE
DATA_A: Global Temperature Rise
DATA_B: Number of Pirates
ANALOGY_DETECTED:
"The decrease in pirates is to global warming as the decrease in bees is to colony collapse."
Identify "Term X"
What hidden variable makes the first part of this analogy purely coincidental? Why is it a "Weak Analogy"?
Summary Verdict
How does mastering logical analogies prevent us from being manipulated by biased data?
Logic Puzzle Gauntlet Guide Logic Lab Guide
Lesson 5: The Logic Puzzle Gauntlet
SUMMATIVE ASSESSMENT
The Hook: The Escape Room
Convert the classroom into an "Escape Room." To unlock the "Final Exit," teams must solve a sequence of multi-step logic analogies where the answer to Step 1 is the Variable A for Step 2.
CHALLENGE_01: Soldier : Regiment :: ? : Fleet
CHALLENGE_02: [Answer_01] : Ocean :: Cloud : Atmosphere
Answer: Ship
LSAT-Style Logic Games
Introduce students to deductive reasoning puzzles. These require organizing analogy relationships into a grid to find the "Hidden Truth."
Sample Puzzle Logic:
"If Apple is to Fruit as Carrot is to Vegetable, AND Vegetable is to Garden as Fruit is to Orchard, then where does the Apple grow?"
Standard: Deductive Inference
Gauntlet Protocol
Students must not only find the right answer but show their logical proof using notation.
STEP_01: Define Rule
STEP_02: Map Vector
STEP_03: Eliminate Fallacies
STEP_04: Final Verification
Assessment Criteria
• Accuracy of Bridge Sentences
• Use of Formal Notation
• Detection of Logic Loops
• Complexity of Student-Created Puzzles
Gauntlet Challenge Slides THE GAUNTLET
Mastery Level Logic
Deductive Chains
CHALLENGE_MODE // ON
Mastery requires solving Chained Analogies , where the relationship changes in every step.
1. Key : Unlock :: Hammer : ?
2. Drive : Nail :: ? : Saw
The Rule Chain
Function -> Object -> Action
"We aren't just matching words; we are tracking the movement of logic across multiple variables."
Final Directives
Solve
Decode the complex logic gauntlet problems.
Create
Design your own multi-step logic trap.
Verify
Prove your logic using formal notation.
SUCCESS_CRITERIA = "ZERO_LOGIC_ERRORS"
Gauntlet Challenge Test THE LOGIC GAUNTLET
Summative Performance Task // REV_5.0
Candidate Name
Final Logical Score
-- / --
PHASE 1: Chained Inference
Solve the multi-step analogy. The final term must be justified by the logic of all preceding steps.
LOGIC_GATE_01
Candid : Sincere :: Lethargic :
[Previous Answer] : Vigorous :: Ephemeral :
FINAL_OUTPUT:
PHASE 2: The LSAT Grid
Four words—Mountain, Ocean, Desert, Forest —are each compared to a different quality: Height, Depth, Heat, Growth .
1. Mountain is to Height as Ocean is to its corresponding variable.
2. Desert is NOT related to Growth .
3. The relationship in 1 is Symmetric; the relationship in 2 is Magnitude.
4. Forest is to Growth as Oven is to Heat .
HEIGHT
DEPTH
HEAT
GROWTH
MOUNTAIN
OCEAN
DESERT
FOREST
PHASE 3: Original Logic Trap
Create your own "Unsolvable" analogy. It must include a Homonym (a word with two meanings) to act as a logic decoy.
Base Pair [Equation]
: :
Logical Proof (Notation & Sentence)
Verification Check
Is the relationship symmetric?
Is the magnitude consistent?
Does the decoy word function correctly?