Iota — Ι / ι
Ι ι
Copy: Ι ι
Unicode code points: U+0399 (uppercase), U+03B9 (lowercase).
| Uppercase | Ι |
|---|---|
| Lowercase | ι |
| Transliteration | i |
| Pronunciation | YO‑tah |
| Numeric value | 10 |
Etymology and Origin
Iota comes from the Phoenician letter "yodh," meaning "hand." The uppercase iota (Ι) looks identical to the Latin letter I, and both are simple vertical strokes. Iota is the ninth letter of the Greek alphabet and the smallest letter when written, which has given us the English phrase "not one iota" meaning "not even the smallest amount."
Pronunciation
- Ancient Greek: [i] or [iː] as short or long "i" sound
- Modern Greek: [i] as in "machine"
- English usage: eye-OH-tuh [aɪˈoʊtə]
The Phrase "Not One Iota"
The expression "not one iota" means "not the smallest amount" and comes from the Greek letter being the smallest in the alphabet. This phrase appears in the Bible (Matthew 5:18): "not an iota, not a dot, will pass from the Law." It emphasizes that even the tiniest detail matters.
Uses of Iota in Mathematics
- Inclusion Map: ι: A → B, the map that includes a subset A into a larger set B
- Definite Descriptions: Russell's inverted iota ℩x means "the unique x such that…"
- APL: ⍳n generates the sequence of the first n integers
- Programming: Go's
iotaand C++'sstd::iotaproduce sequential numbers - Not iota: unit vectors (î, ĵ, k̂), index variables (i, j, k) and the imaginary unit i are Latin letters, not Greek iota
Uses in Science and Engineering
- Computer Science: Loop variables i, j, k for iterations
- Physics: Unit vector î in Cartesian coordinates (x-direction)
- Electrical Engineering: Current i uses Latin i (from French "intensité"), not iota
- Programming: APL language uses ⍳ (iota) to generate index arrays
- Chemistry: Sometimes used as a variable in equations
- Mathematics: Inclusion map ι: A → B in category theory
Cultural and Linguistic Uses
- English Phrase: "Not one iota" = not the smallest amount
- Iota Subscript: ᾳ, ῃ, ῳ in Ancient Greek (subscript ι below vowel)
- Fraternities/Sororities: Phi Iota Alpha, Iota Phi Theta, and many others
- Astronomy: Bayer designation for stars, e.g. Iota Draconis
Mathematical Examples with Iota
Inclusion map: If A = {1, 2} ⊂ B = {1, 2, 3}, then ι(1) = 1 and ι(2) = 2, now viewed as elements of B
APL programming: ⍳5 generates array [1,2,3,4,5]
Go constants: const ( A = iota; B; C ) gives A = 0, B = 1, C = 2
C++: std::iota(v.begin(), v.end(), 1) fills v with 1, 2, 3, …
Everyday English: "not one iota" means not even the smallest amount
Writing Tips
- Uppercase Ι: Identical to Latin I - single vertical stroke
- Lowercase ι: Like a dotless Latin i - short vertical stroke, often with a small hook at the bottom
- Common mistake: Never add a dot - Greek lowercase ι is always dotless
- Handwriting: Simplest Greek letter to write - just a vertical line (capital) or a dotless ι (lowercase)
- Subscript: Ancient Greek used iota subscript (ᾳ) beneath long vowels
Interesting Facts
- Iota is the ancestor of the Latin letters I and J
- In ancient Greek numerals, Ι΄ = 10
- The phrase "not one iota" emphasizes iota's smallness
- The dot on Latin i was added in medieval Latin manuscripts; Greek iota never received one
- Uppercase Ι is identical to Latin I and can resemble lowercase l and the number 1 in some fonts
- Go and C++ both use "iota" for functions that generate sequential numbers
- APL programming language uses ⍳ as a fundamental operator for index generation
- Iota Draconis is a star approximately 101 light-years from Earth
- In Ancient Greek, iota subscript indicated an original ι sound that became silent
- The English word "jot" comes from iota, via Latin iota/jota
Related Letters
- Eta (Η η) and upsilon (Υ υ) — in modern Greek, all three letters merged into the single [i] sound, a process called iotacism because iota's sound is the survivor.
- Iota subscript (ᾳ ῃ ῳ) — in ancient Greek, an unpronounced ι written beneath α, η, or ω to mark a now-silent long-vowel pairing. See our ancient vs. modern Greek page.