Understanding embedded clauses

What is an embedded clause?

When we speak, we often need to express not just simple actions, but thoughts about thoughts. Consider the difference:

Simple: She left. Embedded: I know that she left.

In the second sentence, "she left" is no longer a standalone statement. It has become the content of knowing, tucked inside a larger sentence. The embedded clause "that she left" functions as what I know, the object of my mental verb.

This lets us take a complete thought and make it part of a larger thought. We can report what others said, wonder about possibilities, express beliefs, and stack knowledge upon knowledge, all through embedding.

Three types of embedding

Languages generally embed three kinds of content. The first is statements: facts, beliefs, reports of what someone communicated. I know that the sun is warm; she believes that rain will come; he said that you arrived. The second is questions: uncertainties, wonderings, inquiries being considered. I wonder whether she will come; she asked if I had seen the book; we don't know whether it's true. The third is quotation, someone's exact words preserved verbatim. She said, "I am leaving." He asked, "Are you well?" The teacher announced, "Class begins now."

English handles these differently. Statements use "that" (often optional). Questions use "whether" or "if." Quotations use quotation marks in writing, and intonation shifts in speech.

Phi handles all three with the same elegant system: paired complementizers that open and close the embedded material, like spoken brackets.

How English does it

In English, embedding is somewhat casual. The word "that" introduces embedded statements, but speakers often drop it:

The boundary between the embedded clause and the main clause is unmarked at the end. English relies on word order and context to signal where the embedded content stops.

For questions, English uses "whether" or "if":

Again, no explicit closer. The sentence just ends, or the main clause continues without marking.

For quotations, English uses quotation marks in writing. In speech, there is no audible marker. A subtle pause or intonation shift might signal the quotation, but nothing explicit:

This works reasonably well in simple sentences. But consider:

Where does each embedded clause end? English speakers parse this through accumulated practice, but the boundaries are implicit, recoverable only through semantic plausibility and verb valency.

How Phi does it differently

Phi makes all boundaries explicit. Every embedded clause has both an opener and a closer, functioning as spoken brackets:

TypeOpenerCloserFunction
DeclarativemenamenoEmbeds statements (that...)
InterrogativewelaweloEmbeds questions (whether...)
QuotativesholasholoPreserves exact words ("...")

The opener announces what kind of content follows. The closer marks exactly where that content ends. The main verb then follows the closer, unambiguously.

English: I understand that they left. Phi structure: I [DECL.COMP they left DECL.COMP.CLOSE] understand.

mia mena shia to wepu meno shelomui
1SG DECL.COMP 3SG PST go DECL.COMP.CLOSE understand
(I understand that they left.)

The mena opens the embedded statement. The meno closes it. The main verb shelomui follows, and there is no ambiguity about what belongs to the embedded clause versus the main clause.

Why closers matter

You might wonder: why does Phi need closers? English manages without them.

The answer lies in Phi's word order. Phi is strictly SOV (Subject-Object-Verb), meaning verbs come at the end of their clauses. When you embed one clause inside another, you get verb-verb sequences:

Without closer (ambiguous):

mia mena shia to wepu shelomui
1SG DECL.COMP 3SG PST go understand

Is this "I understand that they left"? Or is it attempting to say something about "they leaving-understanding"? Where does wepu end and shelomui begin? Two verbs in sequence, no boundary marked.

With closer (unambiguous):

mia mena shia to wepu meno shelomui
1SG DECL.COMP 3SG PST go DECL.COMP.CLOSE understand
(I understand that they left.)

Now the boundary is explicit. The meno announces: the embedded clause has ended. What follows is the main verb.

This is especially important when clauses nest:

mia mena thia mena shia to wepu meno phaelo meno shelomui
1SG DECL.COMP 2SG DECL.COMP 3SG PST go DECL.COMP.CLOSE feel DECL.COMP.CLOSE understand
(I understand that you feel that they left.)

Three verbs in sequence: wepu, phaelo, shelomui. Without the closers, parsing would be impossible. With them, each meno resolves exactly one mena, like matched parentheses in mathematics.

The opener-closer pattern

Phi uses a consistent phonetic pattern for complementizer pairs:

The vowel shift from open a to rounded o enacts closure acoustically. When you hear a complementizer ending in -a, you know something is opening. When you hear the same root ending in -o, you know it is closing.

The principle is consistent across all three pairs: -a opens, -o closes. Learn this once, apply it everywhere.

Cross-linguistic perspective

Phi's approach resembles several natural languages more than it resembles English:

Japanese uses quotative particles (to, tte) that follow quoted material, and clause-final particles that mark clause types. While Japanese does not use paired brackets exactly as Phi does, it shares the verb-final structure that motivates explicit boundary marking.

Korean similarly places verbs at the end and uses various complementizers and quotative markers to manage embedded clauses.

Turkish embeds clauses through nominalization and explicit case marking, maintaining clear structural boundaries in its verb-final sentences.

What these languages share is the recognition that when verbs cluster at clause boundaries, explicit marking prevents ambiguity. Phi takes this principle further by systematically pairing every opener with a closer.

Lisp and formal languages offer another parallel. In Lisp programming, every opening parenthesis has a matching closing parenthesis: (outer (inner content) continues). Phi's complementizers work similarly, creating balanced, parseable structures. This is not coincidental. Phi was designed with awareness that spoken language can be structurally unambiguous when delimiters match.

What you will learn

The following sections explore each complementizer pair in depth:

Section 2 explains the logic behind openers and closers, including why relative clauses (rena) do not need closers while the others do.

Section 3 covers mena/meno (declarative), the most common complementizer pair, used for everything from stating beliefs to reporting speech content.

Section 4 covers wela/welo (interrogative), for embedding questions you wonder about, ask, or consider.

Section 5 covers shola/sholo (quotative), for preserving someone's exact words rather than paraphrasing their meaning.

Section 6 explores advanced patterns: nesting, interaction with relative clauses, and complex multi-level structures.

Section 7 addresses common errors, especially those arising from English interference.

Section 8 provides exercises for practice, with an answer key.

Section 9 offers a quick reference appendix summarizing everything in compact form.

By the end, you will be able to construct and understand embedded clauses of any complexity.


Next: The logic of openers and closers

‹ Complementizers and embedded clauses in Phiall pamphletsThe logic of openers and closers ›