Dataset entry

Physical Contradiction + Separation Principles

TRIZ-bytes triz_technique TRIZ-TECH-02
Break a deadlock where the same parameter must be simultaneously high and low by separating requirements across conditions.

Attribution

Creator: Dzmitryi Kharlanau (SAP Lead).

Canonical: https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-TECH-02.json

LinkedIn

JSON (copy / reuse)
{
  "id": "TRIZ-TECH-02",
  "title": "Physical Contradiction + Separation Principles",
  "intent": "Break a deadlock where the same parameter must be simultaneously high and low by separating requirements across conditions.",
  "technique": {
    "name": "Physical Contradiction",
    "definition": "One and the same parameter must have opposite values to satisfy different requirements."
  },
  "inputs": {
    "object_or_variable": "The thing that must be both A and not-A (e.g., 'validation strictness', 'release speed').",
    "requirement_A": "Why it must be high/strong/fast/etc.",
    "requirement_not_A": "Why it must be low/weak/slow/etc."
  },
  "procedure": [
    "Convert engineering contradiction into physical form: '<variable> must be HIGH to achieve..., and LOW to avoid...'.",
    "Choose a separation axis:",
    "  - Separation in time: high now, low later (or vice versa).",
    "  - Separation in space: high in one area, low in another.",
    "  - Separation on condition: high only under specific triggers/risk levels.",
    "  - Separation between whole and parts: strict globally, flexible locally (or reverse).",
    "Design a mechanism that enforces the separation (rules, routing, architecture boundary, workflow branching)."
  ],
  "outputs": {
    "physical_contradiction": "<variable> must be HIGH and LOW.",
    "separation_strategy": "time | space | condition | whole_vs_parts",
    "solution_candidates": [
      "branching workflow by risk",
      "strict validation at boundary, flexible internally",
      "fast path + slow path"
    ]
  },
  "common_mistakes": [
    "Trying to compromise (medium value) instead of separating",
    "Choosing a separation axis but not implementing an enforcement mechanism",
    "Applying separation everywhere instead of only where the contradiction lives"
  ],
  "example": {
    "enterprise": {
      "physical_contradiction": "Master data validation must be strict (to prevent financial errors) and flexible (to avoid blocking operations).",
      "separation_on_condition": "Strict rules for high-risk attributes; relaxed rules for low-risk attributes with monitoring."
    },
    "software": {
      "physical_contradiction": "Release process must be fast and slow.",
      "separation_in_time": "Fast canary releases first; full verification and rollout later."
    }
  },
  "meta": {
    "schema": "dkharlanau.dataset.byte",
    "schema_version": "1.1",
    "dataset": "TRIZ-bytes",
    "source_project": "cv-ai",
    "source_path": "TRIZ-bytes/TRIZ-TECH-02.json",
    "generated_at_utc": "2026-02-03T14:33:32+00:00",
    "creator": {
      "name": "Dzmitryi Kharlanau",
      "role": "SAP Lead",
      "website": "https://dkharlanau.github.io",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "attribution": {
      "attribution_required": true,
      "preferred_citation": "Dzmitryi Kharlanau (SAP Lead). Dataset bytes: https://dkharlanau.github.io"
    },
    "license": {
      "name": "",
      "spdx": "",
      "url": ""
    },
    "links": {
      "website": "https://dkharlanau.github.io",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "contact": {
      "preferred": "linkedin",
      "linkedin": "https://www.linkedin.com/in/dkharlanau"
    },
    "canonical_url": "https://dkharlanau.github.io/datasets/TRIZ-bytes/TRIZ-TECH-02.json",
    "created_at_utc": "2026-02-03T14:33:32+00:00",
    "updated_at_utc": "2026-02-03T15:29:02+00:00",
    "provenance": {
      "source_type": "chat_export_extraction",
      "note": "Extracted and curated by Dzmitryi Kharlanau; enriched for attribution and crawler indexing."
    },
    "entity_type": "triz_technique",
    "entity_subtype": "",
    "summary": "Break a deadlock where the same parameter must be simultaneously high and low by separating requirements across conditions."
  }
}